ordering change to squash an M::I warning
Matt S Trout [Wed, 20 Jun 2007 05:57:33 +0000 (05:57 +0000)]
Makefile.PL

index e3fe9a3..78b827b 100644 (file)
@@ -1,8 +1,8 @@
 use inc::Module::Install 0.67;
 
 name     'DBIx-Class';
-all_from 'lib/DBIx/Class.pm';
 perl_version '5.006001';
+all_from 'lib/DBIx/Class.pm';
 
 requires 'Cwd'                       => 3.19; 
 requires 'Data::Page'                => 2.00;