projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a9c2703
)
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
patch
|
blob
|
blame
|
history
diff --git
a/script/re.pl
b/script/re.pl
index
7fd4791
..
66dd2e0
100755
(executable)
--- a/
script/re.pl
+++ b/
script/re.pl
@@
-1,3
+1,4
@@
#!perl
-use Devel::REPL::Script 'run';
+use Devel::REPL::Script;
+Devel::REPL::Script->import('run'); # should be called 'run'