minor makefile updates
Brian Cassidy [Fri, 26 Oct 2007 14:01:19 +0000 (14:01 +0000)]
Makefile.PL

index 9054ed8..14b2cff 100644 (file)
@@ -4,6 +4,8 @@ if( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' );
 }
 
+perl_version '5.008';
+
 name 'Catalyst-Plugin-ConfigLoader';
 all_from 'lib/Catalyst/Plugin/ConfigLoader.pm';
 
@@ -11,7 +13,7 @@ requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value()
 requires 'Data::Visitor'     => '0.02';
 requires 'Config::Any'       => '0.08';
 
-requires 'Test::More';
+test_requires 'Test::More';
 
 auto_install;
 WriteAll;