From: Matt S Trout Date: Mon, 18 Feb 2019 13:33:22 +0000 (+0000) Subject: dump /usr/bin/env perl from shebang X-Git-Tag: v0.010008~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=cf20bfa307182c74a367312d0a30e95854a378f5 dump /usr/bin/env perl from shebang --- diff --git a/Changes b/Changes index 050f6b7..332d45c 100644 --- 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 --- a/bin/fatpack +++ b/bin/fatpack @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use App::FatPacker -run_script;