Author: fayland
Date: Thu Mar 5 04:55:43 2009
New Revision: 977
Modified:
trunk/CPAN/Task-Fayland/Makefile.PL
Log:
ppm install Crypt::SSLeay to Task
Modified: trunk/CPAN/Task-Fayland/Makefile.PL
=========================================================================== ===
--- trunk/CPAN/Task-Fayland/Makefile.PL (original)
+++ trunk/CPAN/Task-Fayland/Makefile.PL Thu Mar 5 04:55:43 2009
@@ -10,6 +10,10 @@
author 'Fayland Lam <fayl...@gmail.com>';
license 'perl';
+if ($^O eq 'MSWin32') {
+ system("ppm install Crypt-SSLeay");
+}
+
requires( 'CPAN', '1.87' );
requires( 'CPAN::Reporter', undef ); # be a CPAN
tester
requires( 'local::lib', undef );