Revision: 1441
Author: [email protected]
Date: Wed Dec 26 10:42:41 2012
Log: prep for 4.11 release
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1441
Modified:
/trunk/Changes
/trunk/bin/nytprofhtml
/trunk/bin/nytprofmerge
/trunk/lib/Devel/NYTProf/Core.pm
/trunk/lib/Devel/NYTProf.pm
=======================================
--- /trunk/Changes Wed Dec 26 10:39:26 2012
+++ /trunk/Changes Wed Dec 26 10:42:41 2012
@@ -9,7 +9,7 @@
TODO: study http://www.postgresql.org/docs/9.2/static/pgtesttiming.html
and reference in our docs.
-=head2 Changes in Devel::NYTProf 4.10
+=head2 Changes in Devel::NYTProf 4.11 (svn 1437) 26th Dec 2012
Fixed to work with perl v5.17+, specifically string eval
changes and hash randomization.
@@ -18,10 +18,10 @@
Fixed to sort tables with microsecond values in non-utf8
encodings, RT#77843
- Deprecate the usecputime=1 option and document that it
+ Deprecated the usecputime=1 option and documented that it
will be removed in a future version.
- Corrected spelling thanks to Alessandro Ghedini @debian RT80370
+ Corrected spelling thanks to Alessandro Ghedini @debian RT#80370
=head2 Changes in Devel::NYTProf 4.09 (svn 1431) 15th Sep 2012
=======================================
--- /trunk/bin/nytprofhtml Wed Dec 26 10:20:07 2012
+++ /trunk/bin/nytprofhtml Wed Dec 26 10:42:41 2012
@@ -41,7 +41,7 @@
);
use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB);
-our $VERSION = '4.09';
+our $VERSION = '4.11';
if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match
version '$Devel::NYTProf::Core::VERSION' of
$INC{'Devel/NYTProf/Core.pm'}\n";
=======================================
--- /trunk/bin/nytprofmerge Sun Sep 16 04:31:07 2012
+++ /trunk/bin/nytprofmerge Wed Dec 26 10:42:41 2012
@@ -18,7 +18,7 @@
require Devel::NYTProf::Data;
use List::Util qw(min sum);
-our $VERSION = '4.09';
+our $VERSION = '4.11';
if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match
version '$Devel::NYTProf::Core::VERSION' of
$INC{'Devel/NYTProf/Core.pm'}\n";
=======================================
--- /trunk/lib/Devel/NYTProf/Core.pm Wed Dec 26 07:56:17 2012
+++ /trunk/lib/Devel/NYTProf/Core.pm Wed Dec 26 10:42:41 2012
@@ -14,7 +14,7 @@
use XSLoader;
-our $VERSION = '4.09'; # increment with XS changes too
+our $VERSION = '4.11'; # increment with XS changes too
XSLoader::load('Devel::NYTProf', $VERSION);
=======================================
--- /trunk/lib/Devel/NYTProf.pm Wed Dec 26 10:39:26 2012
+++ /trunk/lib/Devel/NYTProf.pm Wed Dec 26 10:42:41 2012
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf;
-our $VERSION = '4.09'; # also change in Devel::NYTProf::Core
+our $VERSION = '4.11'; # also change in Devel::NYTProf::Core
package # hide the package from the PAUSE indexer
DB;
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]