diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 07:36:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 07:36:36 +0000 |
commit | 95667ae449650939b6e6a521264f3846244da96a (patch) | |
tree | b4171f1c7b56c1ca0954ae204e5e0422c75d1483 /installperl | |
parent | d7b9cf6367cabfbce13a74b4cf20865766a2274a (diff) | |
download | perl-95667ae449650939b6e6a521264f3846244da96a.tar.gz |
move DProf things around to where they are supposed to be
p4raw-id: //depot/perl@3710
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 3aa5285268..39dafa8ba7 100755 --- a/installperl +++ b/installperl @@ -57,7 +57,7 @@ while (@ARGV) { umask 022 unless $Is_VMS; my @scripts = qw(utils/c2ph utils/h2ph utils/h2xs utils/perlbug utils/perldoc - utils/pl2pm utils/splain utils/perlcc + utils/pl2pm utils/splain utils/perlcc utils/dprofpp x2p/s2p x2p/find2perl pod/pod2man pod/pod2html pod/pod2latex pod/pod2text pod/pod2usage pod/podchecker pod/podselect); |