[Catalyst-commits] r10252 - Catalyst-Devel/1.00/trunk

autarch at dev.catalyst.perl.org autarch at dev.catalyst.perl.org
Sat May 23 15:27:39 GMT 2009


Author: autarch
Date: 2009-05-23 15:27:39 +0000 (Sat, 23 May 2009)
New Revision: 10252

Modified:
   Catalyst-Devel/1.00/trunk/Makefile.PL
Log:
Fix a typo in my comment


Modified: Catalyst-Devel/1.00/trunk/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/trunk/Makefile.PL	2009-05-23 15:26:40 UTC (rev 10251)
+++ Catalyst-Devel/1.00/trunk/Makefile.PL	2009-05-23 15:27:39 UTC (rev 10252)
@@ -17,7 +17,7 @@
 requires 'Template'    => '2.14';
 
 if ( $^O eq 'MSWin32' ) {
-    # Proc::Background needs tihs on Win32 but doesn't actually
+    # Proc::Background needs this on Win32 but doesn't actually
     # require it, if it's missing it just dies in the Makefile.PL.
     requires 'Win32::Process' => '0.04';
     requires 'Proc::Background';




More information about the Catalyst-commits mailing list