[perl #125384] Could not find symbol '&parse-string' in installed module, local version works fine.

2015-06-12 Thread via RT
# New Ticket Created by David Farrell # Please include the string: [perl #125384] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125384 > When I clone my Perl 6 repo Pod::Perl5, and use it, it runs fine. When I install the mo

Re: [perl #125391] Wrong order with %% $=.*

2015-06-12 Thread Larry Wall
Since the sort is stable, I believe it suffices simply to sort on the .to instead of the .from. Larry