Author: gisle.aas
Date: Wed Oct 22 04:21:21 2008
New Revision: 533
Modified:
trunk/test.pl
Log:
Make the --open option imply --html
Modified: trunk/test.pl
==============================================================================
--- trunk/test.pl (original)
+++ trunk/test.pl Wed Oct 22 04:21:21 2008
@@ -38,6 +38,7 @@
or exit 1;
$opts{v} ||= $opts{d};
+$opts{html} ||= $opts{open};
my $opt_perl = $opts{p};
my $opt_include = $opts{I};
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---