dump /usr/bin/env perl from shebang
Matt S Trout [Mon, 18 Feb 2019 13:33:22 +0000 (13:33 +0000)]
Changes
bin/fatpack

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
index 1dfc7d8..b9aa5a1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use App::FatPacker -run_script;