projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e35630
)
add shebang lines to all +x perl scripts (duh)
Matt S Trout [Thu, 19 Sep 2019 18:03:35 +0000 (18:03 +0000)]
maint/inplace
patch
|
blob
|
blame
|
history
maint/podregen
patch
|
blob
|
blame
|
history
maint/sqlacexpr
patch
|
blob
|
blame
|
history
maint/sqlaexpr
patch
|
blob
|
blame
|
history
diff --git
a/maint/inplace
b/maint/inplace
index
d8866bd
..
6596e46
100755
(executable)
--- a/
maint/inplace
+++ b/
maint/inplace
@@
-1,3
+1,5
@@
+#!/usr/bin/env perl
+
use strictures 2;
use autodie;
diff --git
a/maint/podregen
b/maint/podregen
index
59ad977
..
8af3176
100755
(executable)
--- a/
maint/podregen
+++ b/
maint/podregen
@@
-1,3
+1,5
@@
+#!/usr/bin/env perl
+
use strictures 2;
use Data::Dumper::Compact;
use SQL::Abstract::Formatter;
diff --git
a/maint/sqlacexpr
b/maint/sqlacexpr
index
699d4e3
..
d394b1f
100755
(executable)
--- a/
maint/sqlacexpr
+++ b/
maint/sqlacexpr
@@
-1,3
+1,5
@@
+#!/usr/bin/env perl
+
use strictures 2;
use SQL::Abstract::ExtraClauses;
#use Devel::DDCWarn;
diff --git
a/maint/sqlaexpr
b/maint/sqlaexpr
index
de4e265
..
b5ad0e3
100755
(executable)
--- a/
maint/sqlaexpr
+++ b/
maint/sqlaexpr
@@
-1,3
+1,5
@@
+#!/usr/bin/env perl
+
use SQL::Abstract;
use Devel::Dwarn;