Re: [perl #59360] Rakudo thinks that unrecognized --flags are files

2008-11-25 Thread Patrick R. Michaud
On Fri, Sep 26, 2008 at 02:55:36AM -0700, Carl Mäsak wrote: > Rakudo r31409 assumes that all flags that it hasn't heard about are > program files. > > $ ./perl6 --help > ./perl6 > Usage: perl6 [switches] [--] [programfile] [arguments] > [...] > $ ./perl6 --kelp # a kind of seaweed > Error: file ca

[perl #59360] Rakudo thinks that unrecognized --flags are files

2008-09-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #59360] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59360 > Rakudo r31409 assumes that all flags that it hasn't heard about are program files. $ ./