Depend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors.
Florian Ragwitz [Fri, 20 Feb 2009 13:30:17 +0000 (14:30 +0100)]
Makefile.PL

index f355e4b..03d359a 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.06';
+requires        q{B::Hooks::EndOfScope},        '0.07';
 requires        q{Symbol},                      0;
 
 auto_provides;