[Catalyst-commits] r12534 - trunk/Catalyst-Engine-HTTP-Prefork

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Wed Jan 6 01:33:32 GMT 2010


Author: hobbs
Date: 2010-01-06 01:33:31 +0000 (Wed, 06 Jan 2010)
New Revision: 12534

Modified:
   trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL
Log:
Win32 is called MSWin32 in $^O.


Modified: trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL
===================================================================
--- trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL	2010-01-06 01:12:08 UTC (rev 12533)
+++ trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL	2010-01-06 01:33:31 UTC (rev 12534)
@@ -4,7 +4,7 @@
 all_from 'lib/Catalyst/Engine/HTTP/Prefork.pm';
 
 requires 'Catalyst::Runtime'        => '5.7012';
-unless ($^O eq 'Win32') {
+unless ($^O eq 'MSWin32') {
   requires 'CGI::Cookie::XS'          => '0.17';
 }
 requires 'HTTP::Body'               => '1.01';




More information about the Catalyst-commits mailing list