This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump Benchmark version
authorDavid Mitchell <davem@iabyn.com>
Mon, 9 Jun 2014 17:29:29 +0000 (18:29 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 9 Jun 2014 17:29:29 +0000 (18:29 +0100)
(whoops, I failed to run a full make test before my last commit)

lib/Benchmark.pm

index 73b3211..1f31986 100644 (file)
@@ -482,7 +482,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
              clearcache clearallcache disablecache enablecache);
 %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
 
              clearcache clearallcache disablecache enablecache);
 %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
 
-$VERSION = 1.18;
+$VERSION = 1.19;
 
 # --- ':hireswallclock' special handling
 
 
 # --- ':hireswallclock' special handling