This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Since we no longer autovivify stashes (change #26370), we need
[perl5.git] / t / op / regexp_qr.t
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails