summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-12-20 11:14:00 +1200
committerChip Salzenberg <chip@atlantic.net>1996-12-20 11:14:00 +1200
commit7e1af8bca57f405a8444b575a870918a6d88fc5c (patch)
treeb443adc34d8d77831bf947076abd5770335592cf /MANIFEST
parent7f3dfc00eaef7e421633b2b47af9963dbc626e75 (diff)
downloadperl-7e1af8bca57f405a8444b575a870918a6d88fc5c.tar.gz
[inseparable changes from patch from perl5.003_12 to perl5.003_13]
DOCUMENTATION Subject: small doc tweaks for _12 Date: Thu, 19 Dec 1996 11:05:57 -0500 From: Roderick Schertler <roderick@gate.net> Files: lib/UNIVERSAL.pm pod/perldiag.pod pod/perltie.pod Msg-ID: <1826.851011557@eeyore.ibcinc.com> (applied based on p5p patch as commit 3314ffc68a11690bd9977cbdd7ea0601ad6ced13) PORTABILITY Subject: Add missing backslash in Configure From: Chip Salzenberg <chip@atlantic.net> Files: Configure UTILITIES, LIBRARY, AND EXTENSIONS Subject: Include libnet-1.01 instead of old Net::FTP From: Graham Barr <Graham.Barr@tiuk.ti.com> Files: MANIFEST lib/Net/Cmd.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm lib/Net/FTP.pm lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/SNPP.pm lib/Net/Socket.pm lib/Net/Telnet.pm lib/Net/Time.pm pod/perlmod.pod Subject: Use binmode when doing binary FTP From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: lib/Net/FTP.pm Subject: Re: Open3.pm tries to close unopened file handle Date: 18 Dec 1996 22:19:54 -0500 From: Roderick Schertler <roderick@gate.net> Files: MANIFEST lib/IPC/Open2.pm lib/IPC/Open3.pm lib/open2.pl lib/open3.pl pod/perldiag.pod pod/perlfunc.pod t/lib/open2.t t/lib/open3.t Msg-ID: <pzloavmd9h.fsf@eeyore.ibcinc.com> (applied based on p5p patch as commit 982b4e8fc47473059e209787b589853f4c8f8f9e) Subject: Long-standing problem in Socket module Date: Wed, 18 Dec 1996 23:18:14 -0500 From: Spider Boardman <spider@orb.nashua.nh.us> Files: Configure Porting/Glossary config_H config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs Msg-ID: <199612190418.XAA07291@Orb.Nashua.NH.US> (applied based on p5p patch as commit 3e6a22d2723daf415793f9a4fc1b57f4d8a576fd) Subject: flock() constants Date: Thu, 19 Dec 1996 01:37:17 -0500 From: Roderick Schertler <roderick@gate.net> Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod Msg-ID: <26669.850977437@eeyore.ibcinc.com> (applied based on p5p patch as commit 3dea0e15e4684f6defe2f25a16bc696b96697ac2)
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST38
1 files changed, 24 insertions, 14 deletions
diff --git a/MANIFEST b/MANIFEST
index ce57721c36..79e9203bda 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -302,7 +302,7 @@ lib/File/Compare.pm Emulation of cmp command
lib/File/Copy.pm Emulation of cp command
lib/File/Find.pm Routines to do a find
lib/File/Path.pm A module to do things like `mkdir -p' and `rm -r'
-lib/File/stat.pm Object-oriented wrapper around CORE::stat
+lib/File/stat.pm By-name interface to Perl's built-in stat
lib/FileCache.pm Keep more files open than the system permits
lib/FileHandle.pm Backward-compatible front end to IO extension
lib/FindBin.pm Find name of currently executing program
@@ -314,14 +314,22 @@ lib/IPC/Open3.pm Open a three-ended pipe!
lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
lib/Math/Complex.pm A Complex package
-lib/Net/FTP.pm File Transfer Protocol client
-lib/Net/Netrc.pm Parser for ".netrc" file a la Berkeley UNIX
-lib/Net/Ping.pm Ping methods
-lib/Net/Socket.pm Support class for Net::FTP
-lib/Net/hostent.pm Object-oriented wrapper around CORE::gethost*
-lib/Net/netent.pm Object-oriented wrapper around CORE::getnet*
-lib/Net/protoent.pm Object-oriented wrapper around CORE::getproto*
-lib/Net/servent.pm Object-oriented wrapper around CORE::getserv*
+lib/Net/Cmd.pm Base class for command-based protocols (libnet-1.01)
+lib/Net/Domain.pm DNS Domain name lookup (libnet-1.01)
+lib/Net/DummyInetd.pm Place holder for future Net::Inetd (libnet-1.01)
+lib/Net/FTP.pm File Transfer Protocol client (libnet-1.01)
+lib/Net/NNTP.pm Network News Transfer Protocol (libnet-1.01)
+lib/Net/Netrc.pm .netrc lookup routines (libnet-1.01)
+lib/Net/POP3.pm Post Office Protocol (libnet-1.01)
+lib/Net/Ping.pm Hello, anybody home?
+lib/Net/SMTP.pm Simple Mail Transfer Protocol client (libnet-1.01)
+lib/Net/SNPP.pm Simple Network Pager Protocol client (libnet-1.01)
+lib/Net/Telnet.pm Telnet client (libnet-1.01)
+lib/Net/Time.pm Time & NetTime protocols (libnet-1.01)
+lib/Net/hostent.pm By-name interface to Perl's built-in gethost*
+lib/Net/netent.pm By-name interface to Perl's built-in getnet*
+lib/Net/protoent.pm By-name interface to Perl's built-in getproto*
+lib/Net/servent.pm By-name interface to Perl's built-in getserv*
lib/Pod/Functions.pm used by pod/splitpod
lib/Pod/Text.pm Convert POD data to formatted ASCII text
lib/Search/Dict.pm A module to do binary search on dictionaries
@@ -345,12 +353,12 @@ lib/Tie/RefHash.pm Base class for tied hashes with references as keys
lib/Tie/Scalar.pm Base class for tied scalars
lib/Tie/SubstrHash.pm Compact hash for known key, value and table size
lib/Time/Local.pm Reverse translation of localtime, gmtime
-lib/Time/gmtime.pm Object-oriented wrapper around CORE::gmtime
-lib/Time/localtime.pm Object-oriented wrapper around CORE::localtime
-lib/Time/tm.pm Perl implementation of "struct tm" for {gm,local}time
+lib/Time/gmtime.pm By-name interface to Perl's built-in gmtime
+lib/Time/localtime.pm By-name interface to Perl's built-in localtime
+lib/Time/tm.pm Internal oject for Time::{gm,local}time
lib/UNIVERSAL.pm Base class for ALL classes.
-lib/User/grent.pm Object-oriented wrapper around CORE::getgr*
-lib/User/pwent.pm Object-oriented wrapper around CORE::getpw*
+lib/User/grent.pm By-name interface to Perl's built-in getgr*
+lib/User/pwent.pm By-name interface to Perl's built-in getpw*
lib/abbrev.pl An abbreviation table builder
lib/assert.pl assertion and panic with stack trace
lib/bigfloat.pl An arbitrary precision floating point package
@@ -612,6 +620,8 @@ t/lib/io_xs.t See if XSUB methods from IO work
t/lib/ndbm.t See if NDBM_File works
t/lib/odbm.t See if ODBM_File works
t/lib/opcode.t See if Opcode works
+t/lib/open2.t See if IPC::Open3 works
+t/lib/open3.t See if IPC::Open2 works
t/lib/ops.t See if Opcode works
t/lib/parsewords.t See if Text::ParseWords works
t/lib/posix.t See if POSIX works