id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
461	Syntax check hanging with perl6 infix & regex	richardh	azawawi	"This code is correctly parsed:
use v6;
regex anint { <digit>+ $ };
proto infix:<add> (@left,@right) { ... };

This code hangs the syntax checker:
use v6;
proto infix:<add> (@left,@right) { ... };
regex anint { <digit>+ $ };

Not sure if this is Padre or STD.

Running under Ubuntu 9.08

This is perl, v5.10.0 built for i486-linux-gnu-thread-multi

$ perl -MWx -e'printf(qq(Wx Version=($Wx::VERSION) %s unicode=(%s)\n), Wx::wxVERSION_STRING(), Wx::wxUNICODE())'
Wx Version=(0.91) wxWidgets 2.8.9 unicode=(1)
"	defect	closed	major	Satisfy all the requirements of PerlMonks	editor	0.40	fixed		
