Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 0db9a3f..3b0f7ae 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -207,6 +207,7 @@ ext/DB_File/Makefile.PL             Berkeley DB extension makefile writer
 ext/DB_File/dbinfo             Berkeley DB database version checker
 ext/DB_File/hints/dynixptx.pl  Hint for DB_File for named architecture
 ext/DB_File/typemap            Berkeley DB extension interface types
+ext/DB_File/version.c          Berkeley DB extension interface version check
 ext/Data/Dumper/Changes                Data pretty printer, changelog
 ext/Data/Dumper/Dumper.pm      Data pretty printer, module
 ext/Data/Dumper/Dumper.xs      Data pretty printer, externals
@@ -640,6 +641,7 @@ lib/User/grent.pm   By-name interface to Perl's builtin getgr*
 lib/User/pwent.pm      By-name interface to Perl's builtin getpw*
 lib/abbrev.pl          An abbreviation table builder
 lib/assert.pl          assertion and panic with stack trace
+lib/attributes.pm      For "sub foo : attrlist"
 lib/autouse.pm         Load and call a function only when it's used
 lib/base.pm            Establish IS-A relationship at compile time
 lib/bigfloat.pl                An arbitrary precision floating point package
@@ -648,6 +650,7 @@ 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/caller.pm          Inherit pragmatic attributes from caller's context
+lib/charnames.pm       Character names
 lib/chat2.pl            Obsolete ipc library (use Comm.pm etc instead)
 lib/complete.pl                A command completion subroutine
 lib/constant.pm                For "use constant"
@@ -695,7 +698,8 @@ lib/unicode/Block.pl                                Unicode character database
 lib/unicode/Category.pl                                Unicode character database
 lib/unicode/CombiningClass.pl                  Unicode character database
 lib/unicode/Decomposition.pl                   Unicode character database
-lib/unicode/EthiopicSyllables.txt              Unicode character database
+lib/unicode/Eq/Latin1                          Unicode character database
+lib/unicode/Eq/Unicode                         Unicode character database
 lib/unicode/In/AlphabeticPresentationForms.pl  Unicode character database
 lib/unicode/In/Arabic.pl                       Unicode character database
 lib/unicode/In/ArabicPresentationForms-A.pl    Unicode character database
@@ -829,7 +833,19 @@ lib/unicode/Is/Sc.pl                               Unicode character database
 lib/unicode/Is/Sm.pl                           Unicode character database
 lib/unicode/Is/So.pl                           Unicode character database
 lib/unicode/Is/Space.pl                                Unicode character database
+lib/unicode/Is/SylA.pl                         Unicode character database
+lib/unicode/Is/SylC.pl                         Unicode character database
+lib/unicode/Is/SylE.pl                         Unicode character database
+lib/unicode/Is/SylI.pl                         Unicode character database
 lib/unicode/Is/Syllable.pl                     Unicode character database
+lib/unicode/Is/SylO.pl                         Unicode character database
+lib/unicode/Is/SylU.pl                         Unicode character database
+lib/unicode/Is/SylV.pl                         Unicode character database
+lib/unicode/Is/SylWA.pl                                Unicode character database
+lib/unicode/Is/SylWC.pl                                Unicode character database
+lib/unicode/Is/SylWE.pl                                Unicode character database
+lib/unicode/Is/SylWI.pl                                Unicode character database
+lib/unicode/Is/SylWV.pl                                Unicode character database
 lib/unicode/Is/Upper.pl                                Unicode character database
 lib/unicode/Is/Word.pl                         Unicode character database
 lib/unicode/Is/XDigit.pl                       Unicode character database
@@ -838,7 +854,6 @@ lib/unicode/Is/Zl.pl                                Unicode character database
 lib/unicode/Is/Zp.pl                           Unicode character database
 lib/unicode/Is/Zs.pl                           Unicode character database
 lib/unicode/JamoShort.pl                       Unicode character database
-lib/unicode/MakeEthiopicSyllables.PL           Unicode character database
 lib/unicode/Makefile                           Unicode character database
 lib/unicode/Name.pl                            Unicode character database
 lib/unicode/Number.pl                          Unicode character database
@@ -856,11 +871,12 @@ lib/unicode/mktables.PL                           Unicode character database generator
 lib/unicode/names2.txt                         Unicode character database
 lib/unicode/props2.txt                         Unicode character database
 lib/unicode/readme.txt                         Unicode character database info
+lib/unicode/syllables.txt                      Unicode character database
 lib/utf8.pm                                    Pragma to control Unicode support
 lib/utf8_heavy.pl                              Support routines for utf8 pragma
 lib/validate.pl                Perl library supporting wholesale file mode validation
 lib/vars.pm            Declare pseudo-imported global variables
-lib/warning.pm         For "use warning"
+lib/warnings.pm                For "use warnings"
 makeaperl.SH           perl script that produces a new perl binary
 makedef.pl             Create symbol export lists for linking
 makedepend.SH          Precursor to makedepend
@@ -888,6 +904,7 @@ op.c                        Opcode syntax tree code
 op.h                   Opcode syntax tree header
 opcode.h               Automatically generated opcode header
 opcode.pl              Opcode header generatore
+opnames.h              Automatically generated opcode header
 os2/Changes            Changelog for OS/2 port
 os2/Makefile.SHs       Shared library generation for OS/2
 os2/OS2/ExtAttr/Changes                EA access module
@@ -975,6 +992,7 @@ pod/perlapio.pod    IO API info
 pod/perlbook.pod       Book info
 pod/perlbot.pod                Object-oriented Bag o' Tricks
 pod/perlcall.pod       Callback info
+pod/perlcompile.pod    Info on using the Compiler suite
 pod/perldata.pod       Data structure info
 pod/perldbmfilter.pod  Info about DBM Filters
 pod/perldebug.pod      Debugger info
@@ -1102,6 +1120,7 @@ t/io/read.t               See if read works
 t/io/tell.t            See if file seeking works
 t/lib/abbrev.t         See if Text::Abbrev works
 t/lib/anydbm.t         See if AnyDBM_File works
+t/lib/attrs.t          See if attrs works with C<sub : attrs>
 t/lib/autoloader.t     See if AutoLoader works
 t/lib/basename.t       See if File::Basename works
 t/lib/bigfloat.t       See if bigfloat.pl works
@@ -1112,6 +1131,7 @@ t/lib/cgi-form.t  See if CGI.pm works
 t/lib/cgi-function.t   See if CGI.pm works
 t/lib/cgi-html.t       See if CGI.pm works
 t/lib/cgi-request.t    See if CGI.pm works
+t/lib/charnames.t      See if character names work
 t/lib/checktree.t      See if File::CheckTree works
 t/lib/complex.t                See if Math::Complex works
 t/lib/db-btree.t       See if DB_File works
@@ -1149,7 +1169,10 @@ t/lib/filepath.t See if File::Path works
 t/lib/filespec.t       See if File::Spec works
 t/lib/findbin.t                See if FindBin works
 t/lib/gdbm.t           See if GDBM_File works
-t/lib/getopt.t         See if Getopt::Std and Getopt::Long works
+t/lib/getopt.t         See if Getopt::Std and Getopt::Long work
+t/lib/gol-basic.t      See if Getopt::Long works
+t/lib/gol-compat.t     See if Getopt::Long works
+t/lib/gol-linkage.t    See if Getopt::Long works
 t/lib/h2ph.h           Test header file for h2ph
 t/lib/h2ph.pht         Generated output from h2ph.h by h2ph, for comparison
 t/lib/h2ph.t           See if h2ph works like it should
@@ -1186,6 +1209,7 @@ t/lib/selectsaver.t       See if SelectSaver works
 t/lib/socket.t         See if Socket works
 t/lib/soundex.t                See if Soundex works
 t/lib/symbol.t         See if Symbol works
+t/lib/syslfs.t         See if large files work for sysio
 t/lib/textfill.t       See if Text::Wrap::fill works
 t/lib/texttabs.t       See if Text::Tabs works
 t/lib/textwrap.t       See if Text::Wrap::wrap works
@@ -1201,6 +1225,7 @@ t/op/append.t             See if . works
 t/op/arith.t           See if arithmetic works
 t/op/array.t           See if array operations work
 t/op/assignwarn.t      See if OP= operators warn correctly for undef targets
+t/op/attrs.t           See if attributes on declarations work
 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
@@ -1236,6 +1261,7 @@ t/op/index.t              See if index works
 t/op/int.t             See if int works
 t/op/join.t            See if join works
 t/op/lex_assign.t      See if ops involving lexicals or pad temps work
+t/op/lfs.t             See if large files work for perlio
 t/op/list.t            See if array lists work
 t/op/local.t           See if local works
 t/op/lop.t             See if logical operators work
@@ -1324,38 +1350,41 @@ t/pragma/strict-subs    Tests of "use strict 'subs'" for strict.t
 t/pragma/strict-vars   Tests of "use strict 'vars'" for strict.t
 t/pragma/strict.t      See if strictures work
 t/pragma/subs.t                See if subroutine pseudo-importation works
+t/pragma/sub_lval.t    See if lvalue subroutines work
 t/pragma/utf8.t                See if utf8 operations work
-t/pragma/warn/1global  Tests of global warnings for warning.t
-t/pragma/warn/2use     Tests for "use warning" for warning.t
-t/pragma/warn/3both    Tests for interaction of $^W and "use warning"
+t/pragma/warn/1global  Tests of global warnings for warnings.t
+t/pragma/warn/2use     Tests for "use warnings" for warnings.t
+t/pragma/warn/3both    Tests for interaction of $^W and "use warnings"
 t/pragma/warn/4lint    Tests for -W switch
 t/pragma/warn/5nolint  Tests for -X switch
 t/pragma/warn/6default Tests default warnings
-t/pragma/warn/av       Tests for av.c for warning.t
-t/pragma/warn/doio     Tests for doio.c for warning.t
-t/pragma/warn/doop     Tests for doop.c for warning.t
-t/pragma/warn/gv       Tests for gv.c for warning.t
-t/pragma/warn/hv       Tests for hv.c for warning.t
-t/pragma/warn/malloc   Tests for malloc.c for warning.t
-t/pragma/warn/mg       Tests for mg.c for warning.t
-t/pragma/warn/op       Tests for op.c for warning.t
-t/pragma/warn/perl     Tests for perl.c for warning.t
-t/pragma/warn/perlio   Tests for perlio.c for warning.t
-t/pragma/warn/perly    Tests for perly.y for warning.t
-t/pragma/warn/pp       Tests for pp.c for warning.t
-t/pragma/warn/pp_ctl   Tests for pp_ctl.c for warning.t
-t/pragma/warn/pp_hot   Tests for pp_hot.c for warning.t
-t/pragma/warn/pp_sys   Tests for pp_sys.c for warning.t
-t/pragma/warn/regcomp  Tests for regcomp.c for warning.t
-t/pragma/warn/regexec  Tests for regexec.c for warning.t
-t/pragma/warn/run      Tests for run.c for warning.t
-t/pragma/warn/sv       Tests for sv.c for warning.t
-t/pragma/warn/taint    Tests for taint.c for warning.t
-t/pragma/warn/toke     Tests for toke.c for warning.t
-t/pragma/warn/universal        Tests for universal.c for warning.t
-t/pragma/warn/utf8     Tests for utf8.c for warning.t
-t/pragma/warn/util     Tests for util.c for warning.t
-t/pragma/warning.t     See if warning controls work
+t/pragma/warn/7fatal   Tests fatal warnings
+t/pragma/warn/8signal  Tests warnings + __WARN__ and __DIE__
+t/pragma/warn/av       Tests for av.c for warnings.t
+t/pragma/warn/doio     Tests for doio.c for warnings.t
+t/pragma/warn/doop     Tests for doop.c for warnings.t
+t/pragma/warn/gv       Tests for gv.c for warnings.t
+t/pragma/warn/hv       Tests for hv.c for warnings.t
+t/pragma/warn/malloc   Tests for malloc.c for warnings.t
+t/pragma/warn/mg       Tests for mg.c for warnings.t
+t/pragma/warn/op       Tests for op.c for warnings.t
+t/pragma/warn/perl     Tests for perl.c for warnings.t
+t/pragma/warn/perlio   Tests for perlio.c for warnings.t
+t/pragma/warn/perly    Tests for perly.y for warnings.t
+t/pragma/warn/pp       Tests for pp.c for warnings.t
+t/pragma/warn/pp_ctl   Tests for pp_ctl.c for warnings.t
+t/pragma/warn/pp_hot   Tests for pp_hot.c for warnings.t
+t/pragma/warn/pp_sys   Tests for pp_sys.c for warnings.t
+t/pragma/warn/regcomp  Tests for regcomp.c for warnings.t
+t/pragma/warn/regexec  Tests for regexec.c for warnings.t
+t/pragma/warn/run      Tests for run.c for warnings.t
+t/pragma/warn/sv       Tests for sv.c for warnings.t
+t/pragma/warn/taint    Tests for taint.c for warnings.t
+t/pragma/warn/toke     Tests for toke.c for warnings.t
+t/pragma/warn/universal        Tests for universal.c for warnings.t
+t/pragma/warn/utf8     Tests for utf8.c for warnings.t
+t/pragma/warn/util     Tests for util.c for warnings.t
+t/pragma/warnings.t    See if warning controls work
 taint.c                        Tainting code
 thrdvar.h              Per-thread variables
 thread.h               Threading header
@@ -1423,8 +1452,8 @@ vos/perl.bind             VOS bind control file
 vos/test_vos_dummies.c Test program for "vos_dummies.c"
 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
+warnings.h             The warning numbers
+warnings.pl            Program to write warnings.h and lib/warnings.pm
 win32/Makefile         Win32 makefile for NMAKE (Visual C++ build)
 win32/bin/perlglob.pl  Win32 globbing
 win32/bin/pl2bat.pl    wrap perl scripts into batch files
@@ -1476,3 +1505,4 @@ x2p/str.h         Public declarations for the above
 x2p/util.c             Utility routines
 x2p/util.h             Public declarations for the above
 x2p/walk.c             Parse tree walker
+xsutils.c              Additional bundled package methods not in UNIVERSAL::