X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FOutputCache.pm;h=ba8434c49e1553dfe26a90e7de698c91c9585a3b;hp=c40455390165a55f77f318fd6dcbe8c788a89c43;hb=master;hpb=23ff40a312a23553e65e63e26d74af6c656efe16 diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index c404553..34a28d1 100644 --- a/lib/Devel/REPL/Plugin/OutputCache.pm +++ b/lib/Devel/REPL/Plugin/OutputCache.pm @@ -3,7 +3,7 @@ use warnings; package Devel::REPL::Plugin::OutputCache; # ABSTRACT: Remember past results, _ is most recent -our $VERSION = '1.003028'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use namespace::autoclean;