fixing the Makefile.PL
Jay Kuri [Sun, 26 Jul 2009 20:56:48 +0000 (14:56 -0600)]
Makefile.PL

index 40d12dc..94803ab 100644 (file)
@@ -1,9 +1,10 @@
 use inc::Module::Install 0.91;
 
+perl_version '5.8.1';
+
 name 'Catalyst-Authentication-Realm-Adaptor';
 all_from 'lib/Catalyst/Authentication/Realm/Adaptor.pm';
 
-perl_version '5.8.1';
 
 if( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Authentication/Realm/Adaptor.pm > README');