X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FInterrupt.pm;h=1b2551e3b7fec2e3902cf633ae7710e308564d24;hb=e41f170c93f4a3abb291e3513e1032813b1dfa04;hp=7d6461153b6b0a9b10c45b7d66afc01dcee231e8;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 7d64611..1b2551e 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::Interrupt; use Devel::REPL::Plugin;