From: Karen Etheridge Date: Wed, 11 Dec 2013 22:35:52 +0000 (-0800) Subject: compileOpts was not added until 0.62 - perl 5.009002 X-Git-Tag: v1.003026~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=91fa74995c23339062ee44f9056258280ee3251d compileOpts was not added until 0.62 - perl 5.009002 --- diff --git a/lib/Devel/REPL/Plugin/B/Concise.pm b/lib/Devel/REPL/Plugin/B/Concise.pm index 95837ae..00560fa 100644 --- 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;