X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FNopaste.pm;h=59e5e4a9e7633d4af0c0bc784117c9d2e9511fa8;hp=485d08c867733a22aa5158589930186d41b0be63;hb=1716b20061af51ca82cc543f618f19c1e20f2efa;hpb=2c1cf68730092df9d48a6115d03be122b0c3ba55 diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index 485d08c..59e5e4a 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::Nopaste; use Devel::REPL::Plugin;