This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #37725] perl segfaults on reversed array reference
[perl5.git] / t / op / regexp_qr.t
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails