diff options
author | Audrey Tang <cpan@audreyt.org> | 2001-12-29 09:59:28 +0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 15:09:00 +0000 |
commit | fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58 (patch) | |
tree | 1652104bde99b9156bc0dd94cc9643a8c6b78fbe /pod/perlutil.pod | |
parent | 2948e0bde4eb0485569b1f3510975019a89a444f (diff) | |
download | perl-fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58.tar.gz |
Module names and other nits
Message-ID: <20011229015928.A29712@geb.elixus.org>
p4raw-id: //depot/perl@13922
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r-- | pod/perlutil.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod index 93b9e0b51d..57eddda571 100644 --- a/pod/perlutil.pod +++ b/pod/perlutil.pod @@ -171,9 +171,9 @@ very useful for creating skeletons of pure Perl modules. =item L<dprofpp|dprofpp> -Perl comes with a profiler, the F<Devel::Dprof> module. The +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> +which subroutines are taking up the most run time. See L<Devel::DProf> for more information. =item L<perlcc|perlcc> @@ -190,6 +190,6 @@ L<podchecker|podchecker>, L<splain|splain>, L<perldiag>, L<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<perlcc|perlcc> +L<Devel::DProf>, L<perlcc|perlcc> =cut |