Fix a typo, un-shout, and reformat the installation output.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 6ad0a6c..36b6924 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -54,7 +54,6 @@ README.vos            Notes about Stratus VOS port
 README.win32           Notes about Win32 port
 Todo                   The Wishlist
 Todo-5.005             What needs doing before 5.005 release
-XSlock.h               Include file for extensions built with PERL_OBJECT defined
 XSUB.h                 Include file for extension subroutines
 apollo/netinet/in.h    Apollo DomainOS port: C header file frontend
 av.c                   Array value code
@@ -218,6 +217,11 @@ ext/Data/Dumper/Dumper.pm  Data pretty printer, module
 ext/Data/Dumper/Dumper.xs      Data pretty printer, externals
 ext/Data/Dumper/Makefile.PL    Data pretty printer, makefile writer
 ext/Data/Dumper/Todo           Data pretty printer, futures
+ext/Devel/DProf/Changes                Perl code profiler changelog
+ext/Devel/DProf/DProf.pm       Perl code profiler
+ext/Devel/DProf/DProf.xs       Perl code profiler
+ext/Devel/DProf/Makefile.PL    Perl code profiler makefile writer
+ext/Devel/DProf/Todo           Perl code profiler todo list
 ext/Devel/Peek/Changes         Data debugging tool, changelog
 ext/Devel/Peek/Makefile.PL     Data debugging tool, makefile writer
 ext/Devel/Peek/Peek.pm         Data debugging tool, module and pod
@@ -535,6 +539,7 @@ 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/Carp/Heavy.pm      Error message workhorse
 lib/Class/Struct.pm    Declare struct-like datatypes as Perl classes
 lib/Cwd.pm             Various cwd routines (getcwd, fastcwd, chdir)
 lib/DB.pm              Debugger API (draft)
@@ -605,6 +610,8 @@ lib/Pod/Parser.pm   Pod-Parser - define base class for parsing POD
 lib/Pod/PlainText.pm   Pod-Parser - convert POD data to formatted ASCII text
 lib/Pod/Select.pm      Pod-Parser - select portions of POD docs
 lib/Pod/Text.pm                Convert POD data to formatted ASCII text
+lib/Pod/Text/Color.pm  Convert POD data to color ASCII text
+lib/Pod/Text/Termcap.pm        Convert POD data to ASCII text with format escapes
 lib/Pod/Usage.pm       Pod-Parser - print usage messages
 lib/Search/Dict.pm     Perform binary search on dictionaries
 lib/SelectSaver.pm     Enforce proper select scoping
@@ -860,6 +867,7 @@ lib/validate.pl             Perl library supporting wholesale file mode validation
 lib/vars.pm            Declare pseudo-imported global variables
 lib/warning.pm         For "use warning"
 makeaperl.SH           perl script that produces a new perl binary
+makedef.pl             Create symbol export lists for linking
 makedepend.SH          Precursor to makedepend
 makedir.SH             Precursor to makedir
 malloc.c               A version of malloc you might not want
@@ -920,6 +928,7 @@ os2/OS2/REXX/t/rx_tieydb.t  DLL access module
 os2/OS2/REXX/t/rx_varset.t     DLL access module
 os2/OS2/REXX/t/rx_vrexx.t      DLL access module
 os2/diff.configure     Patches to Configure
+os2/POSIX.mkfifo       OS2-specific patch
 os2/dl_os2.c           Addon for dl_open
 os2/dlfcn.h            Addon for dl_open
 os2/os2.c              Additional code for OS/2
@@ -930,7 +939,8 @@ os2/perl2cmd.pl             Corrects installed binaries under OS/2
 patchlevel.h           The current patch level of perl
 perl.c                 main()
 perl.h                 Global declarations
-perl_exp.SH            Creates list of exported symbols for AIX
+perlapi.c              Perl API functions
+perlapi.h              Perl API function declarations
 perlio.c               C code for PerlIO abstraction
 perlio.h               compatibility stub
 perlio.sym             Symbols for PerlIO abstraction
@@ -1113,6 +1123,20 @@ t/lib/db-hash.t          See if DB_File works
 t/lib/db-recno.t       See if DB_File works
 t/lib/dirhand.t                See if DirHandle works
 t/lib/dosglob.t                See if File::DosGlob works
+t/lib/dprof.t          Perl code profiler testsuite driver
+t/lib/dprof/V.pm       Perl code profiler tests
+t/lib/dprof/test1_t    Perl code profiler tests
+t/lib/dprof/test1_v    Perl code profiler tests
+t/lib/dprof/test2_t    Perl code profiler tests
+t/lib/dprof/test2_v    Perl code profiler tests
+t/lib/dprof/test3_t    Perl code profiler tests
+t/lib/dprof/test3_v    Perl code profiler tests
+t/lib/dprof/test4_t    Perl code profiler tests
+t/lib/dprof/test4_v    Perl code profiler tests
+t/lib/dprof/test5_t    Perl code profiler tests
+t/lib/dprof/test5_v    Perl code profiler tests
+t/lib/dprof/test6_t    Perl code profiler tests
+t/lib/dprof/test6_v    Perl code profiler tests
 t/lib/dumper-ovl.t     See if Data::Dumper works for overloaded data
 t/lib/dumper.t         See if Data::Dumper works
 t/lib/english.t                See if English works
@@ -1183,6 +1207,7 @@ t/op/assignwarn.t See if OP= operators warn correctly for undef targets
 t/op/auto.t            See if autoincrement et all work
 t/op/avhv.t            See if pseudo-hashes work
 t/op/bop.t             See if bitops work
+t/op/chars.t           See if character escapes work
 t/op/chop.t            See if chop works
 t/op/closure.t         See if closures work
 t/op/cmp.t             See if the various string and numeric compare work
@@ -1293,7 +1318,9 @@ t/pod/testcmp.pl  Module to compare output against expected results
 t/pod/testp2pt.pl      Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl      Module to test Pod::Checker for a given file
 t/pragma/constant.t    See if compile-time constants work
-t/pragma/locale.t      See if locale support (i18n and l10n) works
+t/pragma/locale.t      See if locale support works
+t/pragma/locale/latin1 Part of locale.t in Latin 1
+t/pragma/locale/utf8   Part of locale.t in UTF8
 t/pragma/overload.t    See if operator overloading works
 t/pragma/strict-refs   Tests of "use strict 'refs'" for strict.t
 t/pragma/strict-subs   Tests of "use strict 'subs'" for strict.t
@@ -1344,8 +1371,10 @@ util.c                   Utility routines
 util.h                 Dummy header
 utils/Makefile         Extract the utility scripts
 utils/c2ph.PL          program to translate dbx stabs to perl
+utils/dprofpp.PL       Perl code profile post-processor
 utils/h2ph.PL          A thing to turn C .h files into perl .ph files
 utils/h2xs.PL          Program to make .xs files from C header files
+utils/perlbc.PL                Front-end for byte compiler
 utils/perlbug.PL       A simple tool to submit a bug report
 utils/perlcc.PL                Front-end for compiler
 utils/perldoc.PL       A simple tool to find & display perl's documentation
@@ -1399,10 +1428,7 @@ vos/vos_dummies.c        Wrappers to soak up undefined functions
 vos/vosish.h           VOS-specific header file
 warning.h              The warning numbers
 warning.pl             Program to write warning.h and lib/warning.pm
-win32/GenCAPI.pl       Win32 port for C API with PERL_OBJECT
 win32/Makefile         Win32 makefile for NMAKE (Visual C++ build)
-win32/TEST             Win32 port
-win32/autosplit.pl     Win32 port
 win32/bin/perlglob.pl  Win32 globbing
 win32/bin/pl2bat.pl    wrap perl scripts into batch files
 win32/bin/runperl.pl   run perl script via batch file namesake
@@ -1417,15 +1443,11 @@ win32/config_h.PL       Perl code to convert Win32 config.sh to config.h
 win32/config_sh.PL     Perl code to update Win32 config.sh from Makefile 
 win32/des_fcrypt.patch Win32 port
 win32/dl_win32.xs      Win32 port
-win32/genxsdef.pl      Win32 port
 win32/include/arpa/inet.h      Win32 port
 win32/include/dirent.h         Win32 port
 win32/include/netdb.h          Win32 port
 win32/include/sys/socket.h     Win32 port
-win32/makedef.pl       Win32 port
 win32/makefile.mk      Win32 makefile for DMAKE (BC++, VC++ builds)
-win32/makemain.pl      Win32 port
-win32/makeperldef.pl   Win32 port
 win32/perlglob.c       Win32 port
 win32/perllib.c                Win32 port
 win32/pod.mak          Win32 port