diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-19 01:41:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-19 01:41:10 +0000 |
commit | 302d38aa06a9db991c3d8d4d4150b2d3e93e193b (patch) | |
tree | afd6e0b782fd214cef61f96c0d33dff9599d9de7 /configure.com | |
parent | b3c85772f7a16b79e679c78c9638a7afa4856432 (diff) | |
download | perl-302d38aa06a9db991c3d8d4d4150b2d3e93e193b.tar.gz |
Add Time::Piece, a slight rewrite of Time::Object,
from Matt Sergeant.
p4raw-id: //depot/perl@9748
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 ff86731ff2..2aa9541994 100644 --- a/configure.com +++ b/configure.com @@ -2396,7 +2396,7 @@ $ echo "SDBM_File if you have the GDBM library built on your machine." $ echo "" $ echo "Which modules do you want to build into perl?" $! we need to add Byteloader to this list: -$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5 PerlIO::Scalar MIME::Base64 XS::Typemap Time::HiRes" +$ dflt = "B Data::Dumper Devel::DProf Devel::Peek Digest::MD5 Encode Errno Fcntl File::Glob Filter::Util::Call IO List::Util MIME::Base64 Opcode PerlIO::Scalar SDBM_File Storable Sys::Hostname Thread Time::HiRes Time::Piece VMS::DCLsym VMS::Stdio XS::Typemap attrs re" $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX" $ THEN $ dflt = dflt + " POSIX" |