X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=703dbc46a1bbc8b72ccc56f18f812ebfaebdc9b9;hb=61c4bce7e7b6585613a8b01119cfe88ede232bca;hp=4e7f748ad4b6c5c7b2ec51bedbb13599b80269a9;hpb=472d4b1e844e78b06c74e5792999e388a886c5fe;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index 4e7f748..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{Filter::EOF}, '0.02'; +requires q{B::Hooks::EndOfScope}, '0.07'; requires q{Symbol}, 0; auto_provides;