# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #59360]
# in the subject line of all future correspondence about this issue. 
# <URL: 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.

$ ./perl6 --help
./perl6
Usage: perl6 [switches] [--] [programfile] [arguments]
[...]
$ ./perl6 --kelp # a kind of seaweed
Error: file cannot be read: --kelp
[...]
$ touch -- --kelp
$ ./perl6 --kelp # quietly succeeds

Reply via email to