X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDumpHistory.pm;h=12070f65be2becd252709f0169e4f0e6d56fb48e;hp=3983e77cfa32ab0d8edbb0dbf77c0b85a5f954a0;hb=8aca97943211d3610be7c46a2602f7237aae5b70;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index 3983e77..12070f6 100644 --- a/lib/Devel/REPL/Plugin/DumpHistory.pm +++ b/lib/Devel/REPL/Plugin/DumpHistory.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Devel::REPL::Plugin::DumpHistory; use Devel::REPL::Plugin; @@ -48,9 +50,6 @@ the history. =head1 SYNOPSIS - #!/usr/bin/perl - - use lib './lib'; use Devel::REPL; my $repl = Devel::REPL->new;