Doc patch for Devel::DProf (from Debian)
Rafael Garcia-Suarez [Thu, 10 Mar 2005 17:34:39 +0000 (17:34 +0000)]
p4raw-id: //depot/perl@24018

ext/Devel/DProf/DProf.pm

index 247b664..289ca80 100644 (file)
@@ -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<test.pl> 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