add lib finding to scripts
[scpubgit/App-EzPz.git] / bin / ezpz-create-test-ezmlm-install
index e30ab57..eeabdf6 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env perl
 
+use lib (-d 'lib' ? ('lib') : ());
 use strictures 1;
 use IO::All;
 use Cwd;