# New Ticket Created by Dan Kogai
# Please include the string: [perl #127201]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127201 >
This is possibly related to https://rt.perl.org/Ticket/Display.html?id=127184 .
Run the code
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127203]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127203 >
As can be seen below, using &?ROUTINE in the signature does not give the
correct thing an
# New Ticket Created by Paul Marquess
# Please include the string: [perl #127204]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127204 >
Given this can be used to walk though a file
for $fh.lines -> $line
I assumed I wo
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127205]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127205 >
The error in the code is that '{' for the $y parameter is BEFORE the 'where'
instead of a
# New Ticket Created by Bruce Gray
# Please include the string: [perl #127206]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127206 >
Summary: The useful warning in Perl 5:
Found = in conditional, should be == at ...
is a
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127207]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127207 >
Trying to assign an Inf/NaN to an Int type gives an LTA error. Also, I don't
know if it s
# New Ticket Created by Juerd Waalboer
# Please include the string: [perl #127210]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127210 >
Got:
> my $c = Overlap.new(u32 => 1234567);
Overlap.new(u32 => 1234567, u16 =>
# New Ticket Created by curtis_ovid_...@yahoo.com
# Please include the string: [perl #127209]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127209 >
This code:
class Foo { subset Limit of Rat where -10 .. 10; has Limit $.
# New Ticket Created by curtis_ovid_...@yahoo.com
# Please include the string: [perl #127208]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127208 >
This code sometimes segfaults, sometimes tells me it's a malloc error:
m