Skip Menu |

This queue is for tickets about the App-FatPacker CPAN distribution.

Report information
The Basics
Id: 84001
Status: resolved
Worked: 15 min
Priority: 0/
Queue: App-FatPacker

People
Owner: Nobody in particular
Requestors: ROBINS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: SYNOPSIS produces somewhat unusable script
The documentation example says you should prepend the output from fatpack onto your script. This breaks the shebang line on your script, and if you try to execute it directly it no longer works. I would suggest you change the documentation example to use something like this instead: (head -n1 myscript.pl |grep '^#!'; fatpack file; cat myscript.pl) Show quoted text
>myscript.packed.pl
Fixed in commit 24b4367ec49fb45ad0a6200d4062799fafcf5ee8 and cb50b68f68147a118d4dfafcbab3f2fa0cddcf44.