X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a73e1242a298ef6d04d774faca8825fba856d07b;hb=1adf927f8170c3b78313d361eccaed6b2533e2cb;hp=342128d8c9807a362716367297fec28ab9097856;hpb=a96520dd1f1563ad6c55047dea3f80e0bd125c41;p=gitmo%2FMooseX-SimpleConfig.git diff --git a/Makefile.PL b/Makefile.PL index 342128d..a73e124 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install 0.65; +use inc::Module::Install 0.75; name 'MooseX-SimpleConfig'; all_from 'lib/MooseX/SimpleConfig.pm';