X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8659e67522bb5449bc01c13e3ab638b4a8484eb6;hb=435e1f6b4fe546ddeb54fa3d7d8a4e94d0eb1c78;hp=14b2cffe737972815dd278569ca85cbdd3560b09;hpb=bdaf01bf9f005b86bc272639ab9b131314afde27;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 14b2cff..8659e67 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use inc::Module::Install 0.67; -if( -e 'MANIFEST.SKIP' ) { +if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' ); } @@ -9,7 +9,7 @@ perl_version '5.008'; name 'Catalyst-Plugin-ConfigLoader'; all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; -requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() +requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() requires 'Data::Visitor' => '0.02'; requires 'Config::Any' => '0.08';