make "perl -c script/re.pl" not start up the REPL
Karen Etheridge [Sun, 8 Sep 2013 23:33:15 +0000 (16:33 -0700)]
script/re.pl

index 7fd4791..66dd2e0 100755 (executable)
@@ -1,3 +1,4 @@
 #!perl
 
-use Devel::REPL::Script 'run';
+use Devel::REPL::Script;
+Devel::REPL::Script->import('run');    # should be called 'run'