summaryrefslogtreecommitdiff
path: root/lib/Benchmark.pm
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2015-02-07 22:56:04 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-02-07 22:56:41 -0500
commitc49582c3f92f3d566b4bd4792b1513de7deeba6e (patch)
tree7e3d38de87f9f057f46490b674c52269a2bb4dd0 /lib/Benchmark.pm
parenteea89386b3fb948a8b1eb5ea860ec0a970c9e559 (diff)
downloadperl-c49582c3f92f3d566b4bd4792b1513de7deeba6e.tar.gz
Correct grammatical error in Benchmark POD.
Increment $VERSION and add entry to perldelta.
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r--lib/Benchmark.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm
index 1f31986058..b301678808 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