X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCommands.pm;h=4f997346869486f00f6d0396b01146edef269eaf;hb=e41f170c93f4a3abb291e3513e1032813b1dfa04;hp=2bb12d78aa8b21d76e0c7f6259f67b0d6b8d0117;hpb=28e93f31852a563bc36e1fd58c28eb46beeec64d;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Commands.pm b/lib/Devel/REPL/Plugin/Commands.pm index 2bb12d7..4f99734 100644 --- a/lib/Devel/REPL/Plugin/Commands.pm +++ b/lib/Devel/REPL/Plugin/Commands.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::Commands; use Devel::REPL::Plugin;