Revision: 1242
Author: [email protected]
Date: Thu May 27 02:40:28 2010
Log: Tweaked index page html title and Changes file.

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

Modified:
 /trunk/Changes
 /trunk/bin/nytprofhtml

=======================================
--- /trunk/Changes      Wed May 26 15:02:12 2010
+++ /trunk/Changes      Thu May 27 02:40:28 2010
@@ -16,7 +16,6 @@
 =head2 Changes in Devel::NYTProf 3.12 (svn 1194) 22nd April 2010

 XXX TODO
-Consider eval_pv from outside perl, e.g. plperl
 On eval report add links to sibling eval reports

 Major changes:
=======================================
--- /trunk/bin/nytprofhtml      Wed May 26 10:30:40 2010
+++ /trunk/bin/nytprofhtml      Thu May 27 02:40:28 2010
@@ -637,7 +637,7 @@
     (my $app = $application) =~ s:.*/::; # basename
     $app =~ s/ .*//;

-    print $fh get_html_header("Index of $app NYTProf Profile");
+    print $fh get_html_header("NYTProf $app");
print $fh get_page_header(profile => $profile, title => "Performance Profile Index", skip_link_to_index=>1);
     print $fh qq{
         <div class="body_content"><br />

--
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