This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replaced 'unlink' with 'unlink_all' in t/op/magic.t
[perl5.git] / t / re / re.t
2010-09-29 Karl Williamsonre.t: Suppress warning
2010-09-28 Karl Williamsonregcomp.c [perl #78058] qr/\18/ loops
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-04-15 Karl WilliamsonPATCH: [perl #72998] regex looping
2009-10-22 Ben MorrowLet SvRX(OK) recognise a bare REGEXP.
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/