diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-04 06:33:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-04 06:33:43 +0000 |
commit | 29637182f1ce5e31e567538e50f95af145aaa57c (patch) | |
tree | b1f0b11888923c02f91fdbbe2a3e87ff80740448 /configure.com | |
parent | 83ee9e095f68fdbdc131f9a00306fb151d58abe2 (diff) | |
download | perl-29637182f1ce5e31e567538e50f95af145aaa57c.tar.gz |
VMS update (from Dan Sugalski and Peter Prymmer)
p4raw-id: //depot/perl@4976
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.com b/configure.com index a77bec87cb..fade693862 100644 --- a/configure.com +++ b/configure.com @@ -1876,11 +1876,13 @@ $ echo "" $ echo "It's time to specify which modules you want to build into $ echo "perl. Most of these are standard and should be chosen, though $ 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 "SDBM_File if you have the GDBM library built on your machine. +$ echo "Whatever you do, make sure the re module is first or things will +$ echo "break badly" $ echo " $ echo "Which modules do you want to build into perl?" $! dflt = "Fcntl Errno File::Glob IO Opcode Byteloader Devel::Peek Devel::DProf Data::Dumper attrs re VMS::Stdio VMS::DCLsym B SDBM_File" -$ dflt = "Fcntl Errno File::Glob IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs re VMS::Stdio VMS::DCLsym B SDBM_File" +$ dflt = "re Fcntl Errno File::Glob IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File" $ if Using_Dec_C.eqs."Yes" $ THEN $ dflt = dflt + " POSIX" |