This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / re / rxcode.t
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet rxcode.t working under minitest
2013-07-26 Father Chrysostomos[perl #78194] Make re-evals copy PADTMPs
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2012-11-02 Father ChrysostomosFix /a++(?{})+$code_block/
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/