X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FOutputCache.pm;h=79bf4e669037d21b2bad18752b5594b99c66812b;hb=e41f170c93f4a3abb291e3513e1032813b1dfa04;hp=404c0b675e193a93fb06b08a3dac416bdfbd3fea;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99;p=p5sagit%2FDevel-REPL.git 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;