This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct grammatical error in Benchmark POD.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 8 Feb 2015 03:56:04 +0000 (22:56 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 8 Feb 2015 03:56:41 +0000 (22:56 -0500)
Increment $VERSION and add entry to perldelta.

lib/Benchmark.pm
pod/perldelta.pod

index 1f31986..b301678 100644 (file)
@@ -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
 
index 097d28c..a869647 100644 (file)
@@ -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