X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FApp-EzPz.git;a=blobdiff_plain;f=bin%2Fezpz-repl;fp=bin%2Fezpz-repl;h=32efe30e02fb7882e3315658e1a7c04fe1a64e42;hp=fff851c4eb9a8c6f2df20e7434b9bb664837c415;hb=db50b585b56e94859ec387bcefdaef75f16164cd;hpb=c5f4b6d4439311a9459eddf55085115bfb2b9e0a diff --git a/bin/ezpz-repl b/bin/ezpz-repl index fff851c..32efe30 100755 --- 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;