add lib finding to scripts
[scpubgit/App-EzPz.git] / bin / ezpz-repl
index 32efe30..e004a73 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;