X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5005delta.pod;h=c60d37c3e61ed4bdb7be4dcb8b60f424a19a63e7;hb=2975d2266cd5007c9c9ffad3ff137d0cd9a1bceb;hp=4b50f402c48f060a51ffad5d47cb2043bf0c3fc6;hpb=551e1d922a333f90a45a26904eb4d9882f7bd5d4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index 4b50f40..c60d37c 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -145,7 +145,7 @@ Most of the Perl documentation was previously under the implicit GNU General Public License or the Artistic License (at the user's choice). Now much of the documentation unambiguously states the terms under which it may be distributed. Those terms are in general much less restrictive -than the GNU GPL. See L and the individual perl man pages listed +than the GNU GPL. See L and the individual perl manpages listed therein. =head1 Core Changes @@ -609,6 +609,8 @@ Various pragmata to control behavior of regular expressions. You can now run tests for I seconds instead of guessing the right number of tests to run. +Keeps better time. + =item Carp Carp has a new function cluck(). cluck() warns, like carp(), but also adds @@ -666,10 +668,6 @@ See and L. Cwd::cwd is faster on most platforms. -=item Benchmark - -Keeps better time. - =back =head1 Utility Changes