[inseparable changes from patch from perl5.003_12 to perl5.003_13]
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 801ffeb..79e9203 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,8 +4,8 @@ Changes5.000            Differences from perl4.
 Changes5.001           Differences from 5.000.
 Changes5.002           Differences from 5.001.
 Changes5.003           Differences from 5.002.
-configure              Crude emulation of GNU configure
 Configure              Portability tool
+configure              Crude emulation of GNU configure
 Copying                        The GNU General Public License
 EXTERN.h               Included before foreign .h files
 INSTALL                        Detailed installation instructions.
@@ -16,12 +16,14 @@ Porting/Glossary    Glossary of config.sh variables.
 README                 The Instructions
 README.os2             Notes about OS/2 port
 README.plan9           Notes about Plan9 port
+README.qnx             Notes about QNX port
 README.vms             Notes about VMS port
 Todo                   The Wishlist
 XSUB.h                 Include file for extension subroutines
 av.c                   Array value code
 av.h                   Array value header
 cflags.SH              A script that emits C compilation flags per file
+compat3.sym            List of symbols for binary-compatibility with 5.003
 config_H               Sample config.h
 config_h.SH            Produces config.h
 configpm               Produces lib/Config.pm
@@ -99,9 +101,6 @@ ext/DynaLoader/dlutils.c     Dynamic loader utilities for dl_*.xs files
 ext/Fcntl/Fcntl.pm             Fcntl extension Perl module
 ext/Fcntl/Fcntl.xs             Fcntl extension external subroutines
 ext/Fcntl/Makefile.PL          Fcntl extension makefile writer
-ext/FileHandle/FileHandle.pm   FileHandle extension Perl module
-ext/FileHandle/FileHandle.xs   FileHandle extension external subroutines
-ext/FileHandle/Makefile.PL     FileHandle extension makefile writer
 ext/GDBM_File/GDBM_File.pm     GDBM extension Perl module
 ext/GDBM_File/GDBM_File.xs     GDBM extension external subroutines
 ext/GDBM_File/Makefile.PL      GDBM extension makefile writer
@@ -202,6 +201,7 @@ hints/README.NeXT   Notes about NeXT hints.
 hints/README.hints     Notes about hints.
 hints/aix.sh           Hints for named architecture
 hints/altos486.sh      Hints for named architecture
+hints/amigaos.sh       Hints for named architecture
 hints/apollo.sh                Hints for named architecture
 hints/aux.sh           Hints for named architecture
 hints/bsdos.sh         Hints for named architecture
@@ -226,6 +226,7 @@ hints/irix_6_2.sh   Hints for named architecture
 hints/isc.sh           Hints for named architecture
 hints/isc_2.sh         Hints for named architecture
 hints/linux.sh         Hints for named architecture
+hints/lynxos.sh                Hints for named architecture
 hints/machten.sh       Hints for named architecture
 hints/machten_2.sh     Hints for named architecture
 hints/mips.sh          Hints for named architecture
@@ -239,6 +240,7 @@ hints/next_4.sh             Hints for named architecture
 hints/opus.sh          Hints for named architecture
 hints/os2.sh           Hints for named architecture
 hints/powerux.sh       Hints for named architecture
+hints/qnx.sh           Hints for named architecture
 hints/sco.sh           Hints for named architecture
 hints/sco_2_3_0.sh     Hints for named architecture
 hints/sco_2_3_1.sh     Hints for named architecture
@@ -269,7 +271,11 @@ lib/AnyDBM_File.pm Perl module to emulate dbmopen
 lib/AutoLoader.pm      Autoloader base class
 lib/AutoSplit.pm       A module to split up autoload functions
 lib/Benchmark.pm       A module to time pieces of code and such
+lib/CPAN.pm            Interface to Comprehensive Perl Archive Network
+lib/CPAN/FirstTime.pm  Utility for creating CPAN config files
+lib/CPAN/Nox.pm                Runs CPAN while avoiding compiled extensions
 lib/Carp.pm            Error message base class
+lib/Class/Template.pm  Structure/member template builder; makes nested types
 lib/Cwd.pm             Various cwd routines (getcwd, fastcwd, chdir)
 lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
 lib/DirHandle.pm       like FileHandle only for directories
@@ -292,10 +298,13 @@ lib/ExtUtils/xsubpp               External subroutine preprocessor
 lib/Fatal.pm           Make do-or-die equivalents of functions
 lib/File/Basename.pm   A module to emulate the basename program
 lib/File/CheckTree.pm  Perl module supporting wholesale file mode validation
+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       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
 lib/Getopt/Long.pm     A module to fetch command options (GetOptions)
 lib/Getopt/Std.pm      A module to fetch command options (getopt, getopts)
@@ -305,7 +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/Ping.pm                Ping methods
+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
@@ -325,15 +349,22 @@ lib/Text/Soundex.pm       Perl module to implement Soundex
 lib/Text/Tabs.pm       Do expand and unexpand
 lib/Text/Wrap.pm       Paragraph formatter
 lib/Tie/Hash.pm                Base class for tied hashes
+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     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      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
 lib/bigint.pl          An arbitrary precision integer arithmetic package
 lib/bigrat.pl          An arbitrary precision rational arithmetic package
+lib/blib.pm            For "use blib"
 lib/cacheout.pl                Manages output filehandles when you need too many
 lib/chat2.inter                A chat2 with interaction
 lib/chat2.pl           Randal's famous expect-ish routines
@@ -356,6 +387,7 @@ lib/importenv.pl    Perl routine to get environment into variables
 lib/integer.pm         For "use integer"
 lib/less.pm            For "use less"
 lib/lib.pm             For "use lib"
+lib/locale.pm          For "use locale"
 lib/look.pl            A "look" equivalent
 lib/newgetopt.pl       A perl library supporting long option parsing
 lib/open2.pl           Open a two-ended pipe
@@ -365,7 +397,6 @@ lib/perl5db.pl              Perl debugging routines
 lib/pwd.pl             Routines to keep track of PWD environment variable
 lib/shellwords.pl      Perl library to split into words with shell quoting
 lib/sigtrap.pm         For trapping an abort and giving traceback
-lib/splain             Standalone program to print verbose diagnostics.
 lib/stat.pl            Perl library supporting stat function
 lib/strict.pm          For "use strict"
 lib/subs.pm            Declare overriding subs
@@ -477,10 +508,11 @@ pod/perlembed.pod Embedding info
 pod/perlform.pod       Format info
 pod/perlfunc.pod       Function info
 pod/perlguts.pod       Internals info
-pod/perli18n.pod       I18N info
 pod/perlipc.pod                IPC info
-pod/perllol.pod                How to use lists of lists.
+pod/perllocale.pod     Locale support info
+pod/perllol.pod                How to use lists of lists
 pod/perlmod.pod                Module info
+pod/perlnews.pod       News of changes since last version
 pod/perlobj.pod                Object info
 pod/perlop.pod         Operator info
 pod/perlovl.pod                Overloading info
@@ -494,6 +526,7 @@ pod/perlsub.pod             Subroutine info
 pod/perlsyn.pod                Syntax info
 pod/perltie.pod                Tieing an object class into a simple variable
 pod/perltoc.pod                Table of Contents info
+pod/perltoot.pod       Tom's object-oriented tutorial
 pod/perltrap.pod       Trap info
 pod/perlvar.pod                Variable info
 pod/perlxs.pod         XS api info
@@ -511,6 +544,8 @@ pp_ctl.c            Push/Pop code for control flow
 pp_hot.c               Push/Pop code for heavily used opcodes
 pp_sys.c               Push/Pop code for system interaction
 proto.h                        Prototypes
+qnx/ar                 QNX implementation of "ar" utility
+qnx/cpp                        QNX implementation of preprocessor filter
 regcomp.c              Regular expression compiler
 regcomp.h              Private declarations for above
 regexec.c              Regular expression evaluator
@@ -585,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
@@ -636,9 +673,10 @@ t/op/push.t                See if push and pop work
 t/op/quotemeta.t       See if quotemeta works
 t/op/rand.t            See if rand works
 t/op/range.t           See if .. works
-t/op/re_tests          Input file for op.regexp
+t/op/re_tests          Regular expressions for regexp.t
 t/op/read.t            See if read() works
 t/op/readdir.t         See if readdir() works
+t/op/recurse.t         See if deep recursion works
 t/op/ref.t             See if refs and objects work
 t/op/regexp.t          See if regular expressions work
 t/op/repeat.t          See if x operator works
@@ -650,19 +688,19 @@ t/op/stat.t               See if stat works
 t/op/study.t           See if study works
 t/op/subst.t           See if substitution works
 t/op/substr.t          See if substr works
+t/op/sysio.t           See if sysread and syswrite work
 t/op/tie.t             See if tie/untie functions work
 t/op/time.t            See if time functions work
 t/op/undef.t           See if undef works
 t/op/unshift.t         See if unshift works
 t/op/vec.t             See if vectors work
 t/op/write.t           See if write works
-t/re_tests             Regular expressions for regexp.t
 taint.c                        Tainting code
 toke.c                 The tokener
 universal.c            The default UNIVERSAL package methods
 unixish.h              Defines that are assumed on Unix
 util.c                 Utility routines
-util.h                 Public declarations for the above
+util.h                 Dummy header
 utils/Makefile         Extract the utility scripts.
 utils/c2ph.PL          program to translate dbx stabs to perl
 utils/h2ph.PL          A thing to turn C .h files into perl .ph files
@@ -670,9 +708,15 @@ utils/h2xs.PL              Program to make .xs files from C header files
 utils/perlbug.PL       A simple tool to submit a bug report
 utils/perldoc.PL       A simple tool to find & display perl's documentation
 utils/pl2pm.PL         A pl to pm translator
+utils/splain.PL                Stand-alone version of diagnostics.pm
 vms/Makefile           VMS port
 vms/config.vms         default config.h for VMS
 vms/descrip.mms                MM[SK] description file for build
+vms/ext/DCLsym/0README.txt     ReadMe file for VMS::DCLsym
+vms/ext/DCLsym/DCLsym.pm       Perl access to CLI symbols
+vms/ext/DCLsym/DCLsym.xs       Perl access to CLI symbols
+vms/ext/DCLsym/Makefile.PL     MakeMaker driver for VMS::DCLsym
+vms/ext/DCLsym/test.pl regression tests for VMS::DCLsym
 vms/ext/Filespec.pm    VMS-Unix file syntax interconversion
 vms/ext/Stdio/0README.txt      ReadMe file for VMS::Stdio
 vms/ext/Stdio/Makefile.PL      MakeMaker driver for VMS::Stdio
@@ -708,9 +752,9 @@ x2p/a2p.y           A yacc grammer for awk
 x2p/a2py.c             Awk compiler, sort of
 x2p/cflags.SH          A script that emits C compilation flags per file
 x2p/find2perl.PL       A find to perl translator
-x2p/handy.h            Handy definitions
 x2p/hash.c             Associative arrays again
 x2p/hash.h             Public declarations for the above
+x2p/proto.h            Dummy header
 x2p/s2p.PL             Sed to perl translator
 x2p/str.c              String handling package
 x2p/str.h              Public declarations for the above