projects
/
scpubgit/App-EzPz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c5f4b6d
)
usage check for ezpz-repl
Matt S Trout [Sat, 14 Jul 2012 21:04:23 +0000 (21:04 +0000)]
bin/ezpz-repl
patch
|
blob
|
blame
|
history
diff --git
a/bin/ezpz-repl
b/bin/ezpz-repl
index
fff851c
..
32efe30
100755
(executable)
--- a/
bin/ezpz-repl
+++ b/
bin/ezpz-repl
@@
-4,6
+4,9
@@
use File::Which;
use Email::EzPz::List;
use strictures 1;
+die "Usage: ezpz-repl ezmlm-bindir list-dir"
+ unless @ARGV == 2;
+
{
package Eval::WithLexicals::Scratchpad;