Skip Menu |

This queue is for tickets about the Perl6-Pugs CPAN distribution.

Report information
The Basics
Id: 13090
Status: new
Priority: 0/
Queue: Perl6-Pugs

People
Owner: Nobody in particular
Requestors: evansgr_99 [...] hotmail.com
Cc:
AdminCc:

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



Subject: Pugs command line args error with '-'
I am using Pugs on Win32 compiled by JWCS. When using command line arguments, pugs reports the wrong data in @ARGS if the argument contains the character '-'. Example: Show quoted text
>>pugs myfile.p6 -test this
@ARGS[0] will be '-t' instead of '-test'. @ARGS[1] will be correct though.