From: Matt S Trout Date: Sat, 14 Jul 2012 21:04:23 +0000 (+0000) Subject: usage check for ezpz-repl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FApp-EzPz.git;a=commitdiff_plain;h=db50b585b56e94859ec387bcefdaef75f16164cd usage check for ezpz-repl --- 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;