add versions to dep list
[scpubgit/App-EzPz.git] / bin / ezpz-repl
index 32efe30..8fbb122 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env perl
 
+use lib (-d 'lib' ? ('lib') : ());
 use File::Which;
 use Email::EzPz::List;
 use strictures 1;
@@ -19,5 +20,3 @@ die "Usage: ezpz-repl ezmlm-bindir list-dir"
 }
 
 do +which('tinyrepl');
-
-exit 0;