Revision: 1426
Author: [email protected]
Date: Fri Aug 10 06:10:59 2012
Log: add release date to Changes
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1426
Modified:
/trunk/Changes
/trunk/lib/Devel/NYTProf/Core.pm
/trunk/lib/Devel/NYTProf.pm
/trunk/t/68-hashline.t
/trunk/t/71-moose.t
=======================================
--- /trunk/Changes Fri Aug 10 04:27:46 2012
+++ /trunk/Changes Fri Aug 10 06:10:59 2012
@@ -6,7 +6,7 @@
=cut
-=head2 Changes in Devel::NYTProf 4.07
+=head2 Changes in Devel::NYTProf 4.07 (svn 1419) 10th Aug 2012
Fixed html generation to be valid, RT#70207 (H.Merijn Brand).
nytprofmerge no longer dies on some errors, RT#75918.
=======================================
--- /trunk/lib/Devel/NYTProf/Core.pm Fri Nov 19 08:45:40 2010
+++ /trunk/lib/Devel/NYTProf/Core.pm Fri Aug 10 06:10:59 2012
@@ -14,7 +14,7 @@
use XSLoader;
-our $VERSION = '4.06'; # increment with XS changes too
+our $VERSION = '4.07'; # increment with XS changes too
XSLoader::load('Devel::NYTProf', $VERSION);
=======================================
--- /trunk/lib/Devel/NYTProf.pm Fri Aug 10 04:27:46 2012
+++ /trunk/lib/Devel/NYTProf.pm Fri Aug 10 06:10:59 2012
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf;
-our $VERSION = '4.06';
+our $VERSION = '4.07'; # also change in Devel::NYTProf::Core
package # hide the package from the PAUSE indexer
DB;
=======================================
--- /trunk/t/68-hashline.t Sat Oct 30 05:52:34 2010
+++ /trunk/t/68-hashline.t Fri Aug 10 06:10:59 2012
@@ -10,7 +10,7 @@
plan skip_all => "Currently a developer-only test" unless -d '.svn';
-warn "Incomplete test";
+warn "This test script needs more work\n";
my $src_code = join("", <DATA>);
@@ -46,5 +46,5 @@
sub d { 3 }
1} or die;
a(); b(); c(); d();
-print "File: $_\n" for sort grep { m/_</ } keys %{'main::'};
-print "Sub: $_ => $DB::sub{$_}\n" for sort keys %DB::sub;
+print "# File: $_\n" for sort grep { m/_</ } keys %{'main::'};
+print "# Sub: $_ => $DB::sub{$_}\n" for sort keys %DB::sub;
=======================================
--- /trunk/t/71-moose.t Sat Oct 30 05:55:03 2010
+++ /trunk/t/71-moose.t Fri Aug 10 06:10:59 2012
@@ -11,7 +11,7 @@
plan skip_all => "Currently a developer-only test" unless -d '.svn';
-warn "Incomplete test";
+warn "This test script needs more work\n";
use Devel::NYTProf::Run qw(profile_this);
--
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]