[Bast-commits] r9833 - Class-C3-Componentised/trunk

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Feb 23 00:01:00 GMT 2011


Author: ribasushi
Date: 2011-02-23 00:01:00 +0000 (Wed, 23 Feb 2011)
New Revision: 9833

Modified:
   Class-C3-Componentised/trunk/Makefile.PL
Log:
Specify minimal perl version

Modified: Class-C3-Componentised/trunk/Makefile.PL
===================================================================
--- Class-C3-Componentised/trunk/Makefile.PL	2011-02-22 23:09:18 UTC (rev 9832)
+++ Class-C3-Componentised/trunk/Makefile.PL	2011-02-23 00:01:00 UTC (rev 9833)
@@ -1,10 +1,12 @@
-use inc::Module::Install 0.85;
+use inc::Module::Install 1.00;
 
+use 5.006002;
+perl_version '5.006002';
+
 name      'Class-C3-Componentised';
+author    'Ash Berlin <ash at cpan.org>';
 all_from  'lib/Class/C3/Componentised.pm';
-author    'Ash Berlin <ash at cpan.org>';
 
-
 requires  'MRO::Compat';
 requires  'Class::Inspector';
 requires  'Carp';




More information about the Bast-commits mailing list