diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-06-14 12:28:12 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-06-14 22:49:14 +0200 |
commit | c9dab4e97a0bc57966ab975591aa385f9d89f9e2 (patch) | |
tree | da608c32e98bf2902e4ed9f466ff8cb9fcd06c6e /lib/Benchmark.pm | |
parent | 7ac818b24e0ec6f68348321cc96349db90c36cb9 (diff) | |
download | perl-c9dab4e97a0bc57966ab975591aa385f9d89f9e2.tar.gz |
Kill Devel::DProf
It has been deprecated in 5.14. Now is the time to remove it.
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r-- | lib/Benchmark.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index 39bf041968..8fc9799736 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -385,7 +385,7 @@ code and therefore the difference might end up being E<lt> 0. =head1 SEE ALSO -L<Devel::DProf> - a Perl code profiler +L<Devel::NYTProf> - a Perl code profiler =head1 AUTHORS @@ -440,7 +440,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); clearcache clearallcache disablecache enablecache); %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ; -$VERSION = 1.12; +$VERSION = 1.13; # --- ':hireswallclock' special handling |