make "perl -c script/re.pl" not start up the REPL
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / DumpHistory.pm
index 3983e77..12070f6 100644 (file)
@@ -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;