[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Wed, 05 Jul 2017 02:42:18 -0700, c...@zoffix.com wrote: > The script needs to be fixed by using `prompt` with no args instead. After a discussion, wrote up a 6.d proposal[^2] to make $*ARGFILES be based on $*IN and not (@*ARGS || $*IN) when inside sub MAIN() [1]

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Wed, 05 Jul 2017 02:42:18 -0700, c...@zoffix.com wrote: > The script needs to be fixed by using `prompt` with no args instead. After a discussion, wrote up a 6.d proposal[^2] to make $*ARGFILES be based on $*IN and not (@*ARGS || $*IN) when inside sub MAIN() [1]

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 22:20:58 -0700, samant...@posteo.net wrote: > Here is the offending code > https://gist.github.com/9ed8322b4c9e1a40e1f3df495d8cee1d (not written > by > me). > > If you run it normally with no arguments and just press enter till the > end of execution, there are no issues. If

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 22:20:58 -0700, samant...@posteo.net wrote: > Here is the offending code > https://gist.github.com/9ed8322b4c9e1a40e1f3df495d8cee1d (not written > by > me). > > If you run it normally with no arguments and just press enter till the > end of execution, there are no issues. If

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-04 Thread via RT
# New Ticket Created by Samantha McVey # Please include the string: [perl #131703] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131703 > Here is the offending code https://gist.github.com/9ed8322b4c9e1a40e1f3df495d8cee1d