[Bast-commits] r3518 - trunk/DBIx-Class

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Wed Jun 20 06:57:35 GMT 2007


Author: matthewt
Date: 2007-06-20 06:57:33 +0100 (Wed, 20 Jun 2007)
New Revision: 3518

Modified:
   trunk/DBIx-Class/Makefile.PL
Log:
ordering change to squash an M::I warning

Modified: trunk/DBIx-Class/Makefile.PL
===================================================================
--- trunk/DBIx-Class/Makefile.PL	2007-06-20 04:14:52 UTC (rev 3517)
+++ trunk/DBIx-Class/Makefile.PL	2007-06-20 05:57:33 UTC (rev 3518)
@@ -1,8 +1,8 @@
 use inc::Module::Install 0.67;
 
 name     'DBIx-Class';
+perl_version '5.006001';
 all_from 'lib/DBIx/Class.pm';
-perl_version '5.006001';
 
 requires 'Cwd'                       => 3.19; 
 requires 'Data::Page'                => 2.00;




More information about the Bast-commits mailing list