Author: tim.bunce
Date: Thu Jun 18 13:44:25 2009
New Revision: 774
Modified:
trunk/Changes
trunk/bin/nytprofhtml
trunk/lib/Devel/NYTProf.pm
trunk/lib/Devel/NYTProf/Core.pm
trunk/lib/Devel/NYTProf/Data.pm
trunk/lib/Devel/NYTProf/ReadStream.pm
trunk/lib/Devel/NYTProf/Reader.pm
trunk/lib/Devel/NYTProf/Util.pm
Log:
Prep for release.
Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Thu Jun 18 13:44:25 2009
@@ -4,7 +4,7 @@
(As of $Date$ $Revision$)
-=head2 Changes in Devel::NYTProf 2.10 (svn rXXX) XXX
+=head2 Changes in Devel::NYTProf 2.10 (svn r774) 18th June 2009
Fixed call count for XSubs that was one too high.
Fixed enable_profile() after fork thanks to delamonpansie
Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml (original)
+++ trunk/bin/nytprofhtml Thu Jun 18 13:44:25 2009
@@ -26,7 +26,7 @@
html_safe_filename
);
-our $VERSION = '2.09';
+our $VERSION = '2.10';
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";
Modified: trunk/lib/Devel/NYTProf.pm
==============================================================================
--- trunk/lib/Devel/NYTProf.pm (original)
+++ trunk/lib/Devel/NYTProf.pm Thu Jun 18 13:44:25 2009
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf;
-our $VERSION = '2.09';
+our $VERSION = '2.10';
package # hide the package from the PAUSE indexer
DB;
Modified: trunk/lib/Devel/NYTProf/Core.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Core.pm (original)
+++ trunk/lib/Devel/NYTProf/Core.pm Thu Jun 18 13:44:25 2009
@@ -14,7 +14,7 @@
use XSLoader;
-our $VERSION = '2.09'; # increment with XS changes too
+our $VERSION = '2.10'; # increment with XS changes too
XSLoader::load('Devel::NYTProf', $VERSION);
Modified: trunk/lib/Devel/NYTProf/Data.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Data.pm (original)
+++ trunk/lib/Devel/NYTProf/Data.pm Thu Jun 18 13:44:25 2009
@@ -52,7 +52,7 @@
use Devel::NYTProf::SubInfo;
use Devel::NYTProf::Util qw(make_path_strip_editor strip_prefix_from_paths
get_abs_paths_alternation_regex);
-our $VERSION = '2.09';
+our $VERSION = '2.10';
my $trace = (($ENV{NYTPROF}||'') =~ m/\b trace=(\d+) /x) && $1; # XXX a
hack
Modified: trunk/lib/Devel/NYTProf/ReadStream.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/ReadStream.pm (original)
+++ trunk/lib/Devel/NYTProf/ReadStream.pm Thu Jun 18 13:44:25 2009
@@ -3,7 +3,7 @@
use warnings;
use strict;
-our $VERSION = '2.09';
+our $VERSION = '2.10';
use base 'Exporter';
our @EXPORT_OK = qw(
Modified: trunk/lib/Devel/NYTProf/Reader.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Reader.pm (original)
+++ trunk/lib/Devel/NYTProf/Reader.pm Thu Jun 18 13:44:25 2009
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf::Reader;
-our $VERSION = '2.09';
+our $VERSION = '2.10';
use warnings;
use strict;
Modified: trunk/lib/Devel/NYTProf/Util.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Util.pm (original)
+++ trunk/lib/Devel/NYTProf/Util.pm Thu Jun 18 13:44:25 2009
@@ -40,7 +40,7 @@
use List::Util qw(sum);
#use UNIVERSAL qw( isa can VERSION );
-our $VERSION = '2.09';
+our $VERSION = '2.10';
our @EXPORT_OK = qw(
fmt_float
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---