In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c49582c3f92f3d566b4bd4792b1513de7deeba6e?hp=eea89386b3fb948a8b1eb5ea860ec0a970c9e559>
- Log ----------------------------------------------------------------- commit c49582c3f92f3d566b4bd4792b1513de7deeba6e Author: James E Keenan <[email protected]> Date: Sat Feb 7 22:56:04 2015 -0500 Correct grammatical error in Benchmark POD. Increment $VERSION and add entry to perldelta. ----------------------------------------------------------------------- Summary of changes: lib/Benchmark.pm | 4 ++-- pod/perldelta.pod | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index 1f31986..b301678 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -404,7 +404,7 @@ outputs something like this: =head1 INHERITANCE Benchmark inherits from no other class, except of course -for Exporter. +from Exporter. =head1 CAVEATS @@ -482,7 +482,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); clearcache clearallcache disablecache enablecache); %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ; -$VERSION = 1.19; +$VERSION = 1.20; # --- ':hireswallclock' special handling diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 097d28c..a869647 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -165,6 +165,10 @@ Building in C++ mode now works. L<POSIX> has been upgraded from version 1.49 to 1.50. +=item * + +L<Benchmark> has been upgraded from version 1.19 to 1.20. + =back =head2 Removed Modules and Pragmata -- Perl5 Master Repository
