projects
/
scpubgit/App-EzPz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b119442
)
add lib finding to scripts
Matt S Trout [Sun, 15 Jul 2012 17:44:45 +0000 (17:44 +0000)]
bin/ezpz-admin-repl
patch
|
blob
|
blame
|
history
bin/ezpz-create-test-ezmlm-install
patch
|
blob
|
blame
|
history
bin/ezpz-repl
patch
|
blob
|
blame
|
history
diff --git
a/bin/ezpz-admin-repl
b/bin/ezpz-admin-repl
index
0ba5445
..
22850c6
100755
(executable)
--- a/
bin/ezpz-admin-repl
+++ b/
bin/ezpz-admin-repl
@@
-1,5
+1,6
@@
#!/usr/bin/env perl
+use lib (-d 'lib' ? ('lib') : ());
use File::Which;
use App::EzPz::UserStore;
use strictures 1;
diff --git
a/bin/ezpz-create-test-ezmlm-install
b/bin/ezpz-create-test-ezmlm-install
index
e30ab57
..
eeabdf6
100755
(executable)
--- a/
bin/ezpz-create-test-ezmlm-install
+++ b/
bin/ezpz-create-test-ezmlm-install
@@
-1,5
+1,6
@@
#!/usr/bin/env perl
+use lib (-d 'lib' ? ('lib') : ());
use strictures 1;
use IO::All;
use Cwd;
diff --git
a/bin/ezpz-repl
b/bin/ezpz-repl
index
32efe30
..
e004a73
100755
(executable)
--- a/
bin/ezpz-repl
+++ b/
bin/ezpz-repl
@@
-1,5
+1,6
@@
#!/usr/bin/env perl
+use lib (-d 'lib' ? ('lib') : ());
use File::Which;
use Email::EzPz::List;
use strictures 1;