# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #126966]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126966 >
=pod C
say $=pod[0].contents[0].contents.perl;
["", Pod::FormattingCode.new(type => "
> On 19 Dec 2015, at 13:38, Lloyd Fournier (via RT)
> wrote:
>
> # New Ticket Created by Lloyd Fournier
> # Please include the string: [perl #126966]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=126966 >
>
>
> =pod C
# New Ticket Created by grond...@yahoo.fr
# Please include the string: [perl #126968]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126968 >
$ perl6 --version
This is Rakudo version 2015.11-686-g09aaf93 built on MoarVM versio
Fixed in 091ee7507464595e7712f4ae911d95d467e5281b
Tests in 8b97aa4f6191affdd91da78607eca4ae6dc73b11
A new restricted dialect of regex is implemented in
28ab83f947b4899a4f8698eee5bc056742f356f1 and
19d84be0066978f616ace6fa9f506e742161a378
Tests in 1becd7c9b456b707a14bfba40d672ec28945f199
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #126969]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126969 >
m: say so "foo" ~~ /f(oo)/; say ~$0
rakudo-moar 091ee7: OUTPUT«Trueoo»
m: constant $
# New Ticket Created by Pepe Schwarz
# Please include the string: [perl #126971]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126971 >
02:03 < lucs> m: say so("a" ~~ / (.) /)
02:03 <+camelia> rakudo-moar 091ee7: OUTPUT«$0 i
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126972]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126972 >
Code:
/a/
Result:
getlexrelcaller needs a context
in block at -e:1
Not bad, actua
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126973]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126973 >
Code:
∞
Result:
(no output)
Same thing with NaN and Inf. I was expecting a warning.