fixing the Makefile.PL
[catagits/Catalyst-Authentication-Realm-Adaptor.git] / 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');