Revision: 1402
Author: [email protected]
Date: Fri Nov 19 08:45:40 2010
Log: prep for release
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1402

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

=======================================
--- /trunk/Changes      Fri Nov 19 07:23:37 2010
+++ /trunk/Changes      Fri Nov 19 08:45:40 2010
@@ -6,10 +6,10 @@

 =cut

-=head2 Changes in Devel::NYTProf 4.06 (svn XXX) XXX
-
 TODO: check/update PostgreSQL-PLPerl-NYTProf

+=head2 Changes in Devel::NYTProf 4.06 (svn r1402) 19th Nov 2010
+
   Fixed risk of nytprofhtml failure due to over-long filenames RT#62319

   Improved handling of Class::MOP/Moose generated methods.
=======================================
--- /trunk/bin/nytprofhtml      Fri Nov 19 07:23:37 2010
+++ /trunk/bin/nytprofhtml      Fri Nov 19 08:45:40 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.05';
+our $VERSION = '4.06';

 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     Wed Sep 15 02:12:22 2010
+++ /trunk/bin/nytprofmerge     Fri Nov 19 08:45:40 2010
@@ -18,7 +18,7 @@
 require Devel::NYTProf::Data;
 use List::Util qw(min);

-our $VERSION = '4.05';
+our $VERSION = '4.06';

 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    Sun Sep 12 05:01:13 2010
+++ /trunk/lib/Devel/NYTProf/Core.pm    Fri Nov 19 08:45:40 2010
@@ -14,7 +14,7 @@

 use XSLoader;

-our $VERSION = '4.05';    # increment with XS changes too
+our $VERSION = '4.06';    # increment with XS changes too

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

=======================================
--- /trunk/lib/Devel/NYTProf/Reader.pm  Fri Nov 19 03:58:32 2010
+++ /trunk/lib/Devel/NYTProf/Reader.pm  Fri Nov 19 08:45:40 2010
@@ -11,7 +11,7 @@
 ###########################################################
 package Devel::NYTProf::Reader;

-our $VERSION = '4.05';
+our $VERSION = '4.06';

 use warnings;
 use strict;
=======================================
--- /trunk/lib/Devel/NYTProf.pm Fri Nov 19 08:35:14 2010
+++ /trunk/lib/Devel/NYTProf.pm Fri Nov 19 08:45:40 2010
@@ -11,7 +11,7 @@
 ###########################################################
 package Devel::NYTProf;

-our $VERSION = '4.05';
+our $VERSION = '4.06';

 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