From: Jesse Vincent Date: Sun, 20 Dec 2009 20:09:31 +0000 (-0500) Subject: Update perldelta with newly added tests, using corion++'s new automation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d659d22b9e8c254c9f83351ae39c6b064f3785be;p=p5sagit%2Fp5-mst-13.2.git Update perldelta with newly added tests, using corion++'s new automation --- diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index 55161ec..247a7f4 100644 --- a/pod/perl5113delta.pod +++ b/pod/perl5113delta.pod @@ -394,15 +394,37 @@ XXX =head1 New Tests -XXX Changes which create B files in F go here. Changes to -existing files in F aren't worth summarising, although the bugs that -they represent may be. +Many modules updated from CPAN incorporate new tests. =over 4 -=item F +=item t/comp/final_line_num.t -XXX +See if line numbers are correct at EOF + +=item t/comp/form_scope.t + +See if format scoping works + +=item t/comp/line_debug.t + +See if @{"_<$file"} works + +=item t/op/filetest_t.t + +See if -t file test works + +=item t/op/qr.t + +See if qr works + +=item t/op/utf8cache.t + +Tests malfunctions of utf8 cache + +=item t/re/uniprops.t + +Test unicode \p{} regex constructs =back