This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Expose qr_anoncv via B::REGEXP
authorFather Chrysostomos <sprout@cpan.org>
Sun, 30 Nov 2014 02:47:36 +0000 (18:47 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 30 Nov 2014 05:48:07 +0000 (21:48 -0800)
commit6190dd991505ed75c8034a26cd07e22491833136
tree19eafebbbeee09b5f9796e0e74750bafa52bb859
parent3f03baede741ffaa8b3a34aab44bf363c23a6325
Expose qr_anoncv via B::REGEXP

This is necessary to get to the code blocks in qr/(?{...})/.
ext/B/B.pm
ext/B/B.xs
ext/B/t/b.t