projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2cf9fee
)
fix my stupid typo to fix ancient perls
Graham Knop [Mon, 21 Jan 2013 04:54:49 +0000 (23:54 -0500)]
lib/App/FatPacker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/App/FatPacker.pm
b/lib/App/FatPacker.pm
index
62411b9
..
881c38f
100644
(file)
--- a/
lib/App/FatPacker.pm
+++ b/
lib/App/FatPacker.pm
@@
-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;
};