This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005
[perl5.git] / t / op / regexp_qr.t
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails