projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cdb8f47
)
compileOpts was not added until 0.62 - perl 5.009002
Karen Etheridge [Wed, 11 Dec 2013 22:35:52 +0000 (14:35 -0800)]
lib/Devel/REPL/Plugin/B/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/REPL/Plugin/B/Concise.pm
b/lib/Devel/REPL/Plugin/B/Concise.pm
index
95837ae
..
00560fa
100644
(file)
--- a/
lib/Devel/REPL/Plugin/B/Concise.pm
+++ b/
lib/Devel/REPL/Plugin/B/Concise.pm
@@
-5,7
+5,7
@@
use Devel::REPL::Plugin;
use B::Concise ();
-B::Concise::compileOpts(qw(-nobanner));
+B::Concise::compileOpts 0.62 qw(-nobanner);
use namespace::autoclean;