summaryrefslogtreecommitdiff
path: root/lib/Benchmark.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-12-30 23:29:59 +0000
committerNicholas Clark <nick@ccl4.org>2003-12-30 23:29:59 +0000
commite2eb2cbd8ed8679166833621e194232a53285b6d (patch)
tree50fedb6fd40621a4ef35ebda508199737708bd1b /lib/Benchmark.pm
parentbf9c4ad2fa12f7ea847482e4bd07e13fd3691eed (diff)
downloadperl-e2eb2cbd8ed8679166833621e194232a53285b6d.tar.gz
Bump VERSION numbers
p4raw-id: //depot/perl@22018
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r--lib/Benchmark.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm
index 6129828f96..d7e34f88a6 100644
--- a/lib/Benchmark.pm
+++ b/lib/Benchmark.pm
@@ -432,7 +432,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
clearcache clearallcache disablecache enablecache);
%EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
-$VERSION = 1.051;
+$VERSION = 1.052;
# --- ':hireswallclock' special handling