diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-07-13 05:30:05 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 03:49:07 +0000 |
commit | 5facb94fc3aca6b0a900528e9715341d7319cc4a (patch) | |
tree | 51596e0de5ce192cbb9012fafa2235dd455b2c39 /configure.com | |
parent | ab4f32c297ca404165732c897d45e499965c42dc (diff) | |
download | perl-5facb94fc3aca6b0a900528e9715341d7319cc4a.tar.gz |
Add Data::Dumper and re modules to VMS config stuff
Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
p4raw-id: //depot/perl@1471
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 bdbf2cd13d..64ad730763 100644 --- a/configure.com +++ b/configure.com @@ -1786,7 +1786,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 attrs Stdio DCLsym B SDBM_File" +$ dflt = "Fcntl Errno IO Opcode Dumper attrs re Stdio DCLsym B SDBM_File" $ if Using_Dec_C.eqs."Yes" $ THEN $ dflt = dflt + " POSIX" |