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=886bf96db21b71515c4a9b82e49829a90c544b95;hp=4115fa8b719dc623176bc301b21408a65a004b6e;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=e73ba6daf10d1d86070fd978092f9731310b410d diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index 4115fa8..886bf96 100644 --- a/lib/Devel/REPL/Plugin/OutputCache.pm +++ b/lib/Devel/REPL/Plugin/OutputCache.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin::OutputCache; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use namespace::autoclean;