Increase $Benchmark::VERSION to 1.17
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:52:11 +0000 (21:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:47 +0000 (22:11 -0700)
lib/Benchmark.pm

index 836669c..3d39120 100644 (file)
@@ -442,7 +442,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
              clearcache clearallcache disablecache enablecache);
 %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
 
-$VERSION = 1.16;
+$VERSION = 1.17;
 
 # --- ':hireswallclock' special handling