Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 11964
Status: new
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: mrfurious [...] wesbarris.com
Cc:
AdminCc:

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



Subject: pp -gui causes command line arguments to be ignored
The following script prints nothing if compiled with the -gui switch: #!/usr/bin/perl -w print("$#ARGV\n"); foreach my $arg (@ARGV) { print("$arg\n"); } pp --gui -o test.exe test.pl Querying target 1 (ActivePerl 5.8.6.811) 2. PAR [0.87] Perl Archive Tookit