Revision: 1310
Author: [email protected]
Date: Thu Jun 17 07:51:01 2010
Log: Bump version.

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1310

Modified:
 /trunk/Changes
 /trunk/bin/nytprofcsv
 /trunk/bin/nytprofhtml
 /trunk/bin/nytprofmerge
 /trunk/lib/Devel/NYTProf/Core.pm
 /trunk/lib/Devel/NYTProf/Data.pm
 /trunk/lib/Devel/NYTProf.pm

=======================================
--- /trunk/Changes      Wed Jun 16 16:13:04 2010
+++ /trunk/Changes      Thu Jun 17 07:51:01 2010
@@ -12,7 +12,7 @@
 add u key to treemap to trigger moving 'up' a level
 add "calls N subs" to treemap mouseover box

-=head2 Changes in Devel::NYTProf 4.02 (svn XXX) 16th June 2010
+=head2 Changes in Devel::NYTProf 4.02 (svn 1309) 17th June 2010

   Fixed nytprofhtml performance problem for profiles with
     many files/evals.
=======================================
--- /trunk/bin/nytprofcsv       Thu Jun 10 03:24:38 2010
+++ /trunk/bin/nytprofcsv       Thu Jun 17 07:51:01 2010
@@ -18,7 +18,7 @@

 use Devel::NYTProf::Reader;

-our $VERSION = '4.01';
+our $VERSION = '4.02';

 use constant NUMERIC_PRECISION => 5;

=======================================
--- /trunk/bin/nytprofhtml      Wed Jun 16 15:47:41 2010
+++ /trunk/bin/nytprofhtml      Thu Jun 17 07:51:01 2010
@@ -43,7 +43,7 @@
my $json_any = eval { require JSON::Any; JSON::Any->import; JSON::Any->new }
     or warn "Can't load JSON::Any module - HTML visualizations skipped.\n";

-our $VERSION = '4.01';
+our $VERSION = '4.02';

 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     Thu Jun 10 03:24:38 2010
+++ /trunk/bin/nytprofmerge     Thu Jun 17 07:51:01 2010
@@ -18,7 +18,7 @@
 require Devel::NYTProf::Data;
 use List::Util qw(min);

-our $VERSION = '4.01';
+our $VERSION = '4.02';

 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    Thu Jun 10 03:24:38 2010
+++ /trunk/lib/Devel/NYTProf/Core.pm    Thu Jun 17 07:51:01 2010
@@ -14,7 +14,7 @@

 use XSLoader;

-our $VERSION = '4.01';    # increment with XS changes too
+our $VERSION = '4.02';    # increment with XS changes too

 XSLoader::load('Devel::NYTProf', $VERSION);

=======================================
--- /trunk/lib/Devel/NYTProf/Data.pm    Wed Jun 16 16:02:00 2010
+++ /trunk/lib/Devel/NYTProf/Data.pm    Thu Jun 17 07:51:01 2010
@@ -55,7 +55,7 @@
     trace_level
 );

-our $VERSION = '4.01';
+our $VERSION = '4.02';


 =head2 new
=======================================
--- /trunk/lib/Devel/NYTProf.pm Wed Jun 16 15:18:00 2010
+++ /trunk/lib/Devel/NYTProf.pm Thu Jun 17 07:51:01 2010
@@ -11,7 +11,7 @@
 ###########################################################
 package Devel::NYTProf;

-our $VERSION = '4.01';
+our $VERSION = '4.02';

 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]

Reply via email to