X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cf902bbc5dc3182f27f3e7ea80fe82cd6f254767;hb=909ce0526ab480e6fc167c458cad4c4a7540b70e;hp=bf6d28f16bba229ab4ad1159cea90ebe27fc8188;hpb=aa2aafaeb56dc0b50be2878642669c5ee17d944f;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index bf6d28f..cf902bb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,14 +6,16 @@ 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; +requires q{B::Hooks::EndOfScope}, '0.07'; requires q{Symbol}, 0; +requires q{Sub::Name}, '0.04'; +requires q{Sub::Identify}, '0.04'; auto_provides; auto_install;