diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 06:01:22 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 06:01:22 +0000 |
commit | 38b3a85b5a6668d1f298be01fb81e5affe563449 (patch) | |
tree | 524e0ff100c74cedc10354e8fa85f3b563612e26 /configure.com | |
parent | 583a019e9331c2d5f46d5ec7bffbf323d14559cd (diff) | |
download | perl-38b3a85b5a6668d1f298be01fb81e5affe563449.tar.gz |
move DProf to Devel/DProf
p4raw-id: //depot/perl@3708
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 350d64ac28..aca42de20b 100644 --- a/configure.com +++ b/configure.com @@ -1837,7 +1837,7 @@ $ echo "you might, for example, want to build GDBM_File instead of $ echo "SDBM_File if you have the GDBM library built on your machine $ echo " $ echo "Which modules do you want to build into perl?" -$ dflt = "Fcntl Errno IO Opcode Byteloader Devel::Peek Data::Dumper attrs re VMS::Stdio VMS::DCLsym B SDBM_File" +$ dflt = "Fcntl Errno IO Opcode Byteloader Devel::Peek Devel::DProf Data::Dumper attrs re VMS::Stdio VMS::DCLsym B SDBM_File" $ if Using_Dec_C.eqs."Yes" $ THEN $ dflt = dflt + " POSIX" |