Modified:
trunk/CPAN/Task-Fayland/Makefile.PL
Log:
Task::Fayland with ppm install
Modified: trunk/CPAN/Task-Fayland/Makefile.PL
==============================================================================
--- trunk/CPAN/Task-Fayland/Makefile.PL (original)
+++ trunk/CPAN/Task-Fayland/Makefile.PL Thu Mar 5 05:47:06 2009
@@ -10,8 +10,12 @@
author 'Fayland Lam <fay...@gmail.com>';
license 'perl';
+# not to save the world, just to save myself!
if ($^O eq 'MSWin32') {
- system("ppm install Crypt-SSLeay");
+ system("ppm install Crypt-SSLeay");
+ system("ppm install Net-SSLeay");
+ system("ppm install DateTime-Format-Strptime"); # save Foorum
+ system("ppm install HTTP-Server-Simple"); # usually fails, save
WWW::Mechanize
}
requires( 'CPAN', '1.87' );
@@ -63,7 +67,7 @@
requires('MooseX::Dumper');
requires('MooseX::Types::IO');
requires('MySQL::SlowLog::Filter');
-requires('Perlbal::Control');
+requires('Perlbal::Control') if ($^O ne 'MSWin32');
requires('Pod::From::GoogleWiki');
requires('Pod::Simple::Wiki::Googlecode');
requires('Sphinx::Control');