diff options
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r-- | pod/perlutil.pod | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod index 27fc78bab6..c6520ac109 100644 --- a/pod/perlutil.pod +++ b/pod/perlutil.pod @@ -209,13 +209,6 @@ F<xsubpp> will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. -=item L<dprofpp|dprofpp> - -Perl comes with a profiler, the F<Devel::DProf> module. The -F<dprofpp> utility analyzes the output of this profiler and tells you -which subroutines are taking up the most run time. See L<Devel::DProf> -for more information. - =item L<prove> F<prove> is a command-line interface to the test-running functionality @@ -306,9 +299,8 @@ L<pod2html|pod2html>, L<pod2usage|pod2usage>, L<podselect|podselect>, L<podchecker|podchecker>, L<splain|splain>, L<perldiag>, C<roffitall|roffitall>, L<a2p|a2p>, L<s2p|s2p>, L<find2perl|find2perl>, L<File::Find|File::Find>, L<pl2pm|pl2pm>, L<perlbug|perlbug>, -L<h2ph|h2ph>, L<c2ph|c2ph>, L<h2xs|h2xs>, L<dprofpp|dprofpp>, -L<Devel::DProf>, L<enc2xs>, L<xsubpp>, L<cpan>, L<cpanp>, L<cpan2dist>, -L<instmodsh>, L<piconv>, L<prove>, L<corelist>, L<ptar>, L<ptardiff>, -L<shasum> +L<h2ph|h2ph>, L<c2ph|c2ph>, L<h2xs|h2xs>, L<enc2xs>, L<xsubpp>, +L<cpan>, L<cpanp>, L<cpan2dist>, L<instmodsh>, L<piconv>, L<prove>, +L<corelist>, L<ptar>, L<ptardiff>, L<shasum> =cut |