From: Florian Ragwitz Date: Mon, 19 Jan 2009 00:38:26 +0000 (+0100) Subject: Depend B::Hooks::EndOfScope 0.06. X-Git-Tag: 0.10~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1d51d75602014916d8db6aa48566ea82102aa51;p=p5sagit%2Fnamespace-clean.git Depend B::Hooks::EndOfScope 0.06. This stops some segfaults when trying to clean things that were already unimported due to the bumped Variable::Magic dependency. --- diff --git a/Makefile.PL b/Makefile.PL index bf6d28f..f355e4b 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; +requires q{B::Hooks::EndOfScope}, '0.06'; requires q{Symbol}, 0; auto_provides;