X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fcc5fc32de2dd57853126a4fa956398b775cca85;hb=bafb291c3538449b7149cf5612d361619d630cae;hp=db5a201daadfcbc17b44280ac741f67e2567fb2b;hpb=07fbef3daa75ec3d7339aa3d0daf16dfd46a5a84;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index db5a201..fcc5fc3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,10 +6,10 @@ use inc::Module::Install; name q{namespace-clean}; license q{perl}; -author q{Robert 'phaylon'' Sedlacek }; +author q{Robert 'phaylon' Sedlacek }; all_from q{lib/namespace/clean.pm}; -build_requires q{Test::More}, '0.62'; +build_requires q{Test::More}, '0.88'; build_requires q{FindBin}, 0; requires q{B::Hooks::EndOfScope}, '0.07'; @@ -18,7 +18,6 @@ requires q{Sub::Name}, '0.04'; requires q{Sub::Identify}, '0.04'; auto_provides; -auto_install; if (-e 'MANIFEST.SKIP') {