[Catalyst-commits] r10341 - Catalyst-Devel/1.00/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu May 28 10:35:08 GMT 2009


Author: t0m
Date: 2009-05-28 10:35:08 +0000 (Thu, 28 May 2009)
New Revision: 10341

Modified:
   Catalyst-Devel/1.00/trunk/Makefile.PL
Log:
Bump required versions of Module::Install in Makefile.PL

Modified: Catalyst-Devel/1.00/trunk/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/trunk/Makefile.PL	2009-05-28 09:17:30 UTC (rev 10340)
+++ Catalyst-Devel/1.00/trunk/Makefile.PL	2009-05-28 10:35:08 UTC (rev 10341)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.87;
+use inc::Module::Install 0.91;
 
 name     'Catalyst-Devel';
 all_from 'lib/Catalyst/Devel.pm';
@@ -11,7 +11,7 @@
 requires 'Config::General' => '2.42'; # as of 1.07, we use .conf and not .yaml
 requires 'File::ChangeNotify' => '0.03';
 requires 'File::Copy::Recursive';
-requires 'Module::Install' => '0.64';
+requires 'Module::Install' => '0.91';
 requires 'parent'; # as of 1.04
 requires 'Path::Class' => '0.09';
 requires 'Template'    => '2.14';




More information about the Catalyst-commits mailing list