X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=703dbc46a1bbc8b72ccc56f18f812ebfaebdc9b9;hb=61c4bce7e7b6585613a8b01119cfe88ede232bca;hp=07f8f623b93351e2aaba3fed1a50d5e7fd7811f6;hpb=1a1be5dc205173c95164e59932ef58652a223975;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index 07f8f62..703dbc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,13 +6,13 @@ 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{FindBin}, 0; -requires q{Scope::Guard}, '0.02'; +requires q{B::Hooks::EndOfScope}, '0.07'; requires q{Symbol}, 0; auto_provides;