Subject: | Infinite loop during parsing |
$ cat hang
#!perl
use Method::Signatures;
method id_2 () :A (t: *) {
}
__END__
$ perl -c hang
The code above makes the perl parser hang, eating 100% CPU.
This queue is for tickets about the Method-Signatures CPAN distribution.
This service runs on Request Tracker, is sponsored by The Perl Foundation, and maintained by Best Practical Solutions.
Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.