projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0fdc34
)
add use lib so +x and #! are more useful
Matt S Trout [Sat, 21 Sep 2019 17:46:11 +0000 (17:46 +0000)]
maint/podregen
patch
|
blob
|
blame
|
history
maint/sqlacexpr
patch
|
blob
|
blame
|
history
maint/sqlaexpr
patch
|
blob
|
blame
|
history
diff --git
a/maint/podregen
b/maint/podregen
index
8af3176
..
529ca8a
100755
(executable)
--- a/
maint/podregen
+++ b/
maint/podregen
@@
-1,5
+1,6
@@
#!/usr/bin/env perl
+use lib 'lib';
use strictures 2;
use Data::Dumper::Compact;
use SQL::Abstract::Formatter;
diff --git
a/maint/sqlacexpr
b/maint/sqlacexpr
index
d394b1f
..
e9d9550
100755
(executable)
--- a/
maint/sqlacexpr
+++ b/
maint/sqlacexpr
@@
-1,5
+1,6
@@
#!/usr/bin/env perl
+use lib 'lib';
use strictures 2;
use SQL::Abstract::ExtraClauses;
#use Devel::DDCWarn;
diff --git
a/maint/sqlaexpr
b/maint/sqlaexpr
index
b5ad0e3
..
f94a371
100755
(executable)
--- a/
maint/sqlaexpr
+++ b/
maint/sqlaexpr
@@
-1,5
+1,6
@@
#!/usr/bin/env perl
+use lib 'lib';
use SQL::Abstract;
use Devel::Dwarn;