X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=bdff64ac11e5c5a95f0964519dbc98b8cbe37939;hp=0000000000000000000000000000000000000000;hb=f0e3c2214342d0d8a8839009b8b9c7e6bfbc7ab2;hpb=e17d1736c6f94fcf7b5a1f395eaac6ead5882f6c diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..bdff64a --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,12 @@ +use inc::Module::Install 0.65; + +name 'Config-Any'; +all_from 'lib/Config/Any.pm'; + +requires 'Module::Pluggable' => '3.01'; +requires 'version'; + +requires 'Test::More'; + +auto_install; +WriteAll;