From: Rafael Garcia-Suarez Date: Thu, 10 Mar 2005 17:34:39 +0000 (+0000) Subject: Doc patch for Devel::DProf (from Debian) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d2f12589b9863889bcf889cdfff8a7528e4a1a7;p=p5sagit%2Fp5-mst-13.2.git Doc patch for Devel::DProf (from Debian) p4raw-id: //depot/perl@24018 --- diff --git a/ext/Devel/DProf/DProf.pm b/ext/Devel/DProf/DProf.pm index 247b664..289ca80 100644 --- a/ext/Devel/DProf/DProf.pm +++ b/ext/Devel/DProf/DProf.pm @@ -6,7 +6,7 @@ Devel::DProf - a Perl code profiler =head1 SYNOPSIS - perl5 -d:DProf test.pl + perl -d:DProf test.pl =head1 DESCRIPTION @@ -21,7 +21,7 @@ To profile a Perl script run the perl interpreter with the B<-d> debugging switch. The profiler uses the debugging hooks. So to profile script F the following command should be used: - perl5 -d:DProf test.pl + perl -d:DProf test.pl When the script terminates (or when the output buffer is filled) the profiler will dump the profile information to a file called