X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=db5a201daadfcbc17b44280ac741f67e2567fb2b;hb=07fbef3daa75ec3d7339aa3d0daf16dfd46a5a84;hp=03d359ad8bc71e3f061840620dbc6de230045a06;hpb=426562e2f5fa5c444189c3259d81530a01a6634a;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index 03d359a..db5a201 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ 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'; @@ -14,6 +14,8 @@ build_requires q{FindBin}, 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;