[perl #129926] Make everything in Learning Perl 6

2016-10-20 Thread brian d foy
# New Ticket Created by "brian d foy" # Please include the string: [perl #129926] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129926 > This is a special sort of ticket that can depend on other tickets. That way things I tra

[perl #123700] [BUG] mysterious subset failures

2016-10-20 Thread Will Coleda via RT
On Fri Oct 23 13:29:12 2015, barto...@gmx.de wrote: > Did you report the issue with precomp? If so, this ticket can be > closed. > > Christian This was 2015; precompilation has undergone a lot of changes since then. If you are still experiencing issues, please open a new ticket. -- Will "Coke

Re: log base zero ???

2016-10-20 Thread Larry Wall
06:31 < [Coke]> iBakeCake: latest message on perl6-users about log(23,0) seems to be something in your current wheelhouse 06:32 < iBakeCake> [Coke]: what is it? 06:32 < iBakeCake> Isn't log base 0 undefined 06:32 < moritz> log to base 0? 06:32 < [Coke]> http://www.nntp.perl.org/group/perl.perl6.u

[perl #129925] [POD] --doc renders N<> incorrectly

2016-10-20 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #129925] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129925 > =begin pod BadN. =end pod renders as: Badthings are happening. While not spec (no tes

[perl #129923] Bug Perl6 Rakudo version 2016.10 when using orelse $! is not set

2016-10-20 Thread via RT
# New Ticket Created by Samantha McVey # Please include the string: [perl #129923] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129923 > This worked on an older Rakudo: open 'foo' orelse say "Something happened $!" STDERR: