This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Require closing paren for (?&...
authorFather Chrysostomos <sprout@cpan.org>
Mon, 18 Nov 2013 13:45:19 +0000 (05:45 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 18 Nov 2013 16:29:32 +0000 (08:29 -0800)
commit07ea66ee50a792fecf5f54f3f88cc62bde883722
treef8ad96cf742530fda8992435320204a46fedd3cf
parent2739ead2faefd38cc7d3c6d373372c2a8755ed3b
Require closing paren for (?&...

$ ./perl -Ilib -le 'print "aaz" =~ /(?<a>a)(?&a-z/'
a

(?&name) was actually allowing any non-word character to terminate it.
pod/perldiag.pod
regcomp.c
t/re/reg_mesg.t