compileOpts was not added until 0.62 - perl 5.009002
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / B / Concise.pm
index 95837ae..00560fa 100644 (file)
@@ -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;