From: Florian Ragwitz Date: Fri, 20 Feb 2009 13:30:17 +0000 (+0100) Subject: Depend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors. X-Git-Tag: 0.10~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=426562e2f5fa5c444189c3259d81530a01a6634a Depend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors. --- diff --git a/Makefile.PL b/Makefile.PL index f355e4b..03d359a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ all_from q{lib/namespace/clean.pm}; build_requires q{Test::More}, '0.62'; build_requires q{FindBin}, 0; -requires q{B::Hooks::EndOfScope}, '0.06'; +requires q{B::Hooks::EndOfScope}, '0.07'; requires q{Symbol}, 0; auto_provides;