Depend B::Hooks::EndOfScope 0.06.
Florian Ragwitz [Mon, 19 Jan 2009 00:38:26 +0000 (01:38 +0100)]
This stops some segfaults when trying to clean things that were already
unimported due to the bumped Variable::Magic dependency.

Makefile.PL

index bf6d28f..f355e4b 100644 (file)
@@ -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;