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

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;