perl 5.002beta1h patch: Configure
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 7bdf7a2..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
@@ -333,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
@@ -364,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
@@ -390,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
@@ -397,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
@@ -453,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