[perl #126950] [BUG] IO::Path.perl produces incorrect expression structure

2017-06-05 Thread Zoffix Znet via RT
On Thu, 17 Dec 2015 09:13:52 -0800, zef...@fysh.org wrote: > IO::Path.perl produces output of the general form > $a.IO(:SPEC($b),:CWD($c)), but it turns out that this expression doesn't > actually replicate the SPEC and CWD attributes: > > > "foo".IO(:SPEC(IO::Spec::Unix), :CWD("/bar")).perl >

[perl #126950] [BUG] IO::Path.perl produces incorrect expression structure

2017-06-05 Thread Zoffix Znet via RT
On Thu, 17 Dec 2015 09:13:52 -0800, zef...@fysh.org wrote: > IO::Path.perl produces output of the general form > $a.IO(:SPEC($b),:CWD($c)), but it turns out that this expression doesn't > actually replicate the SPEC and CWD attributes: > > > "foo".IO(:SPEC(IO::Spec::Unix), :CWD("/bar")).perl >

[perl #126950] [BUG] IO::Path.perl produces incorrect expression structure

2015-12-17 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #126950] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126950 > IO::Path.perl produces output of the general form $a.IO(:SPEC($b),:CWD($c)), but it turns out

Re: [perl #126950] [BUG] IO::Path.perl produces incorrect expression structure

2015-12-17 Thread Elizabeth Mattijsen
> On 17 Dec 2015, at 18:13, Zefram (via RT) > wrote: > > # New Ticket Created by Zefram > # Please include the string: [perl #126950] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126950 >