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=79bf4e669037d21b2bad18752b5594b99c66812b;hp=404c0b675e193a93fb06b08a3dac416bdfbd3fea;hb=1716b20061af51ca82cc543f618f19c1e20f2efa;hpb=2c1cf68730092df9d48a6115d03be122b0c3ba55 diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index 404c0b6..79bf4e6 100644 --- a/lib/Devel/REPL/Plugin/OutputCache.pm +++ b/lib/Devel/REPL/Plugin/OutputCache.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::OutputCache; use Devel::REPL::Plugin;