projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d1d51d7
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f355e4b
..
03d359a
100644
(file)
--- 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;