compileOpts was not added until 0.62 - perl 5.009002
[p5sagit/Devel-REPL.git] / script / re.pl
index 3b8f6e4..66dd2e0 100755 (executable)
@@ -1,10 +1,4 @@
-#!/usr/bin/env perl
+#!perl
 
-use lib 'lib';
-use Devel::REPL::Script 'run';
-
-#my $repl = Devel::REPL->new;
-
-#$repl->load_plugin('History');
-#$repl->load_plugin('LexEnv');
-#$repl->run;
+use Devel::REPL::Script;
+Devel::REPL::Script->import('run');    # should be called 'run'