X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=fd509c35c92724a3fbdbd79e658faf4bf06cb5bc;hb=443f6d0184e0648ec41d1125072fe0e461cb089b;hp=bdea91e9070646027609f2139a9065b77611065d;hpb=e286a5ec0cccc8f0b0d7da27b7277e16426eba89;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bdea91e..fd509c3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -515,7 +515,7 @@ pop(), push(), shift(), splice(), unshift(). =item * -C now can group template letters with C<()> and then +C can now group template letters with C<()> and then apply repetition/count modifiers on the groups. =item * @@ -1067,14 +1067,14 @@ AutoLoader can now be disabled with C. =item * -B::Deparse has been significantly enhanced by Robin Houston. It now -can deparse almost all of the standard test suite (so that the tests +B::Deparse has been significantly enhanced by Robin Houston. It can +now deparse almost all of the standard test suite (so that the tests still succeed). There is a make target "test.deparse" for trying this out. =item * -Carp has now better interface documentation, and the @CARP_NOT +Carp now has better interface documentation, and the @CARP_NOT interface has been added to get optional control over where errors are reported independently of @ISA, by Ben Tilly.