perl 5.002beta1h patch: Configure
[p5sagit/p5-mst-13.2.git] / MANIFEST
index ca4e99c..45541d5 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -113,6 +113,7 @@ ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
 ext/ODBM_File/typemap          ODBM extension interface types
 ext/POSIX/Makefile.PL          POSIX extension makefile writer
 ext/POSIX/POSIX.pm             POSIX extension Perl module
+ext/POSIX/POSIX.pod            POSIX extension documentation
 ext/POSIX/POSIX.xs             POSIX extension external subroutines
 ext/POSIX/typemap              POSIX extension interface types
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
@@ -178,7 +179,7 @@ hints/aix.sh                Hints for named architecture
 hints/altos486.sh      Hints for named architecture
 hints/apollo.sh                Hints for named architecture
 hints/aux.sh           Hints for named architecture
-hints/bsd386.sh                Hints for named architecture
+hints/bsdi_bsdos.sh    Hints for named architecture
 hints/convexos.sh      Hints for named architecture
 hints/cxux.sh          Hints for named architecture
 hints/dec_osf.sh       Hints for named architecture
@@ -242,6 +243,7 @@ lib/AutoSplit.pm    A module to split up autoload functions
 lib/Benchmark.pm       A module to time pieces of code and such
 lib/Carp.pm            Error message base class
 lib/Cwd.pm             Various cwd routines (getcwd, fastcwd, chdir)
+lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
 lib/English.pm         Readable aliases for short variables
 lib/Env.pm             Map environment into ordinary variables
 lib/Exporter.pm                Exporter base class
@@ -266,6 +268,7 @@ lib/Math/BigInt.pm  An arbitrary precision integer arithmetic package
 lib/Math/Complex.pm    A Complex package
 lib/Net/Ping.pm                Ping methods
 lib/Search/Dict.pm     A module to do binary search on dictionaries
+lib/SelfLoader.pm      A module to load functions only on demand.
 lib/Shell.pm           A module to make AUTOLOADEed system() calls
 lib/SubstrHash.pm      Compact hash for known key, value and table size
 lib/Sys/Hostname.pm    Hostname methods
@@ -331,7 +334,7 @@ makedir.SH          Precursor to makedir
 malloc.c               A version of malloc you might not want
 mg.c                   Magic code
 mg.h                   Magic header
-minimod.PL             Writes lib/ExtUtils/Miniperl.pm
+minimod.pl             Writes lib/ExtUtils/Miniperl.pm
 miniperlmain.c         Basic perl w/o dynamic loading or extensions
 mv-if-diff             Script to mv a file if it changed
 myconfig               Prints summary of the current configuration
@@ -362,6 +365,8 @@ perly.h                     The header file for perly.c
 perly.y                        Yacc grammar for perl
 pl2pm                  A pl to pm translator
 pod/Makefile           Make pods into something else
+pod/PerlDoc/Functions.pm       used by splitpod
+pod/buildtoc           generate perltoc.pod
 pod/perl.pod           Top level perl man page
 pod/perlbook.pod       Book info
 pod/perlbot.pod                Object-oriented Bag o' Tricks
@@ -388,6 +393,7 @@ pod/perlsec.pod             Security info
 pod/perlstyle.pod      Style info
 pod/perlsub.pod                Subroutine info
 pod/perlsyn.pod                Syntax info
+pod/perltoc.pod                TOC info
 pod/perltrap.pod       Trap info
 pod/perlvar.pod                Variable info
 pod/perlxs.pod         XS api info
@@ -395,7 +401,10 @@ pod/perlxstut.pod  XS tutorial
 pod/pod2html.PL                Precursor for translator to turn pod into HTML
 pod/pod2latex.PL       Precursor for translator to turn pod into LaTeX
 pod/pod2man.PL         Precursor for translator to turn pod into manpage
+pod/pod2text           Precursor for translator to turn pod into text
+pod/roffitall          troff the whole man page set
 pod/splitman           Splits perlfunc into multiple man pages
+pod/splitpod           Splits perlfunc into multiple pod pages
 pp.c                   Push/Pop code
 pp.h                   Push/Pop code defs
 pp_ctl.c               Push/Pop code for control flow
@@ -451,6 +460,7 @@ t/lib/ndbm.t                See if NDBM_File works
 t/lib/odbm.t           See if ODBM_File works
 t/lib/posix.t          See if POSIX works
 t/lib/sdbm.t           See if SDBM_File works
+t/lib/socket.t         See if Socket works
 t/lib/soundex.t                See if Soundex works
 t/op/append.t          See if . works
 t/op/array.t           See if array operations work