summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-06-09 18:29:29 +0100
committerDavid Mitchell <davem@iabyn.com>2014-06-09 18:29:29 +0100
commit1c96ee576a7e698096ced8a1174544a8e77247f8 (patch)
tree34a1bb363a1bfaca135be826b346a4d9ec238047 /lib
parent78462dd3f2a26a5a5f9ec040277bad147e6c5d52 (diff)
downloadperl-1c96ee576a7e698096ced8a1174544a8e77247f8.tar.gz
bump Benchmark version
(whoops, I failed to run a full make test before my last commit)
Diffstat (limited to 'lib')
-rw-r--r--lib/Benchmark.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm
index 73b32115af..1f31986058 100644
--- a/lib/Benchmark.pm
+++ b/lib/Benchmark.pm
@@ -482,7 +482,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
clearcache clearallcache disablecache enablecache);
%EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
-$VERSION = 1.18;
+$VERSION = 1.19;
# --- ':hireswallclock' special handling