projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a44d138
)
dump /usr/bin/env perl from shebang
Matt S Trout [Mon, 18 Feb 2019 13:33:22 +0000 (13:33 +0000)]
Changes
patch
|
blob
|
blame
|
history
bin/fatpack
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
050f6b7
..
332d45c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for App-FatPacker
+ - switch to letting EUMM rewrite fatpack's #!
+
0.010007 - 2017-01-22
- don't fail packlist finding if one module fails to load
- don't fail tracing w/undef INC values due to failed optional module load
diff --git
a/bin/fatpack
b/bin/fatpack
index
1dfc7d8
..
b9aa5a1
100755
(executable)
--- a/
bin/fatpack
+++ b/
bin/fatpack
@@
-1,4
+1,4
@@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use App::FatPacker -run_script;