X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FFatPacker.pm;h=881c38f167d4a4861d14f31d35f000f0ec04d7a2;hb=87108237c760fbf54141056f6f3a0f0a62fb1001;hp=bd36684d7b346257ce179e37b3ad5f18c428e5e7;hpb=7bf1d4f2df5bc965471419258e2242557604ab6f;p=p5sagit%2FApp-FatPacker.git diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index bd36684..881c38f 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -14,7 +14,7 @@ use File::Copy qw(copy); use File::Path qw(mkpath rmtree); use B qw(perlstring); -our $VERSION = '0.009011'; # 0.9.11 +our $VERSION = '0.009012'; # 0.9.012 $VERSION = eval $VERSION; @@ -213,7 +213,7 @@ sub script_command_file { if ($] < 5.008) { return sub { return 0 unless length $fat; - $text =~ s/^([^\n]*\n?)//; + $fat =~ s/^([^\n]*\n?)//; $_ = $1; return 1; };