Revision: 1385
Author: [email protected]
Date: Sat Oct 30 05:51:57 2010
Log: Make html option use the perl that's in the path
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1385

Modified:
 /trunk/lib/Devel/NYTProf/Run.pm

=======================================
--- /trunk/lib/Devel/NYTProf/Run.pm     Mon Oct 11 07:45:33 2010
+++ /trunk/lib/Devel/NYTProf/Run.pm     Sat Oct 30 05:51:57 2010
@@ -95,7 +95,7 @@

     # undocumented hack that's handy for testing
     if ($opt{htmlopen}) {
- my @nytprofhtml_open = ("nytprofhtml", "--open", "-file=$out_file"); + my @nytprofhtml_open = ("perl", "nytprofhtml", "--open", "-file=$out_file");
         warn "Running @nytprofhtml_open\n";
         system @nytprofhtml_open;
     }

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