[Bps-public-commit] r15206 - Shipwright/trunk

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Aug 18 03:40:27 EDT 2008


Author: sunnavy
Date: Mon Aug 18 03:40:27 2008
New Revision: 15206

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/Makefile.PL

Log:
 r15731 at sunnavys-mb:  sunnavy | 2008-08-18 00:08:48 +0800
 require Module::Info and YAML::Tiny


Modified: Shipwright/trunk/Makefile.PL
==============================================================================
--- Shipwright/trunk/Makefile.PL	(original)
+++ Shipwright/trunk/Makefile.PL	Mon Aug 18 03:40:27 2008
@@ -25,6 +25,8 @@
 requires 'Module::CoreList' => 0;
 requires 'UNIVERSAL::require' => 0;
 requires 'version' => 0;
+requires 'Module::Info' => 0;
+requires 'YAML::Tiny' => 0;
 
 if ( can_cc() ) {
     requires( 'YAML::Syck' => 0.71 );



More information about the Bps-public-commit mailing list