[fayland commit] r978 - trunk/CPAN/Task-Fayland

0 views
Skip to first unread message

codesite...@google.com

unread,
Mar 5, 2009, 8:48:29 AM3/5/09
to fay...@googlegroups.com
Author: fayland
Date: Thu Mar 5 05:47:06 2009
New Revision: 978

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');

Reply all
Reply to author
Forward
0 new messages