Re: [perl #33892] Add Interix support
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 05a30ad..3db53b5 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -152,6 +152,7 @@ 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/t/dumper.t     See if Data::Dumper works
+ext/Data/Dumper/t/freezer.t    See if $Data::Dumper::Freezer works
 ext/Data/Dumper/Todo           Data pretty printer, futures
 ext/Data/Dumper/t/overload.t   See if Data::Dumper works for overloaded data
 ext/Data/Dumper/t/pair.t       See if Data::Dumper pair separator works
@@ -238,8 +239,8 @@ ext/Devel/PPPort/parts/inc/newRV    Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphbin     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphdoc     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphtest    Devel::PPPort include
-ext/Devel/PPPort/parts/inc/sv_xpvf     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/SvPV        Devel::PPPort include
+ext/Devel/PPPort/parts/inc/sv_xpvf     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/threads     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/uv  Devel::PPPort include
 ext/Devel/PPPort/parts/inc/version     Devel::PPPort include
@@ -271,10 +272,10 @@ ext/Devel/PPPort/parts/todo/5008005       Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5009000    Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5009001    Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5009002    Devel::PPPort todo file
-ext/Devel/PPPort/PPPort.pm     Devel::PPPort extension
-ext/Devel/PPPort/PPPort.xs     Devel::PPPort extension
 ext/Devel/PPPort/ppport_h.PL   Devel::PPPort ppport.h writer
+ext/Devel/PPPort/PPPort.pm     Devel::PPPort extension
 ext/Devel/PPPort/PPPort_pm.PL  Devel::PPPort PPPort.pm writer
+ext/Devel/PPPort/PPPort.xs     Devel::PPPort extension
 ext/Devel/PPPort/PPPort_xs.PL  Devel::PPPort PPPort.xs writer
 ext/Devel/PPPort/README                Devel::PPPort Readme
 ext/Devel/PPPort/soak          Devel::PPPort Test Harness to run under various Perls
@@ -288,13 +289,13 @@ ext/Devel/PPPort/t/mPUSH.t        Devel::PPPort test file
 ext/Devel/PPPort/t/MY_CXT.t    Devel::PPPort test file
 ext/Devel/PPPort/t/newCONSTSUB.t       Devel::PPPort test file
 ext/Devel/PPPort/t/newRV.t     Devel::PPPort test file
+ext/Devel/PPPort/TODO          Devel::PPPort Todo
 ext/Devel/PPPort/t/ppphtest.t  Devel::PPPort test file
-ext/Devel/PPPort/t/sv_xpvf.t   Devel::PPPort test file
 ext/Devel/PPPort/t/SvPV.t      Devel::PPPort test file
+ext/Devel/PPPort/t/sv_xpvf.t   Devel::PPPort test file
 ext/Devel/PPPort/t/testutil.pl Devel::PPPort test utilities
 ext/Devel/PPPort/t/threads.t   Devel::PPPort test file
 ext/Devel/PPPort/t/uv.t                Devel::PPPort test file
-ext/Devel/PPPort/TODO          Devel::PPPort Todo
 ext/Devel/PPPort/typemap       Devel::PPPort Typemap
 ext/Digest/MD5/Changes         Digest::MD5 extension changes
 ext/Digest/MD5/hints/dec_osf.pl        Hints for named architecture
@@ -919,6 +920,7 @@ ext/XS/Typemap/Typemap.xs   XS::Typemap extension
 fakesdio.h                     stdio in terms of PerlIO
 fakethr.h                      Fake threads header
 form.h                         Public declarations for formats
+genpacksizetables.pl           Generate the size tables for pack/unpack
 globals.c                      File to declare global symbols (for shared library)
 global.sym                     Symbols that need hiding when embedded
 globvar.sym                    Global variables that need hiding when embedded
@@ -969,6 +971,7 @@ hints/gnu.sh                        Hints for named architecture
 hints/greenhills.sh            Hints for named architecture
 hints/hpux.sh                  Hints for named architecture
 hints/i386.sh                  Hints for named architecture
+hints/interix.sh               Hints for named architecture
 hints/irix_4.sh                        Hints for named architecture
 hints/irix_5.sh                        Hints for named architecture
 hints/irix_6_0.sh              Hints for named architecture
@@ -1121,18 +1124,19 @@ lib/bigint.pl                   An arbitrary precision integer arithmetic package
 lib/bigintpl.t                 See if bigint.pl works
 lib/bigint.pm                  bignum
 lib/bignum.pm                  bignum
-lib/bignum/t/bigint.t          See if bignum works
+lib/bignum/t/bigint.t          See if bigint works
 lib/bignum/t/bignum.t          See if bignum works
-lib/bignum/t/bigrat.t          See if bignum works
+lib/bignum/t/bigrat.t          See if bigrat works
 lib/bignum/t/biinfnan.t                See if bignum works
 lib/bignum/t/bninfnan.t                See if bignum works
-lib/bignum/t/bn_lite.t         See if bignum works
+lib/bignum/t/bn_lite.t         See if bignum with Math::BigInt::Lite works
 lib/bignum/t/brinfnan.t                See if bignum works
-lib/bignum/t/br_lite.t         See if bignum works
+lib/bignum/t/br_lite.t         See if bigrat with Math::BigInt::Lite works
 lib/bignum/t/infnan.inc                See if bignum works
-lib/bignum/t/option_a.t                See if bignum works
-lib/bignum/t/option_l.t                See if bignum works
-lib/bignum/t/option_p.t                See if bignum works
+lib/bignum/t/option_a.t                See if bignum a => X works
+lib/bignum/t/option_l.t                See if bignum l => X works
+lib/bignum/t/option_p.t                See if bignum p => X works
+lib/bignum/t/ratopt_a.t                See if bigrat a => X works
 lib/bigrat.pl                  An arbitrary precision rational arithmetic package
 lib/bigrat.pm                  bignum
 lib/blib.pm                    For "use blib"
@@ -1195,6 +1199,8 @@ lib/Class/ISA/test.pl             See if Class::ISA works
 lib/Class/Struct.pm            Declare struct-like datatypes as Perl classes
 lib/Class/Struct.t             See if Class::Struct works
 lib/complete.pl                        A command completion subroutine
+lib/Config/Extensions.pm       Convenient hash lookup for built extensions
+lib/Config/Extensions.t                See if Config::Extensions works
 lib/Config.t                   See if Config works
 lib/constant.pm                        For "use constant"
 lib/constant.t                 See if compile-time constants work
@@ -1256,6 +1262,9 @@ lib/ExtUtils/Changes              MakeMaker change log
 lib/ExtUtils/Command/MM.pm     Calling MM functions from the cmd line
 lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
+lib/ExtUtils/Constant/Base.pm  generate XS code to import C header constants
+lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
+lib/ExtUtils/Constant/XS.pm    generate XS code to import C header constants
 lib/ExtUtils/Embed.pm          Utilities for embedding Perl in C programs
 lib/ExtUtils/Installed.pm      Information on installed extensions
 lib/ExtUtils/Install.pm                Handles 'make install' on extensions
@@ -1296,6 +1305,7 @@ lib/ExtUtils/t/basic.t            See if MakeMaker can build a module
 lib/ExtUtils/t/bytes.t         Test ExtUtils::MakeMaker::bytes
 lib/ExtUtils/t/Command.t       See if ExtUtils::Command works (Win32 only)
 lib/ExtUtils/t/Constant.t      See if ExtUtils::Constant works
+lib/ExtUtils/t/dir_target.t    Verify if dir_target() is supported
 lib/ExtUtils/t/Embed.t         See if ExtUtils::Embed and embedding works
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
 lib/ExtUtils/t/hints.t         See if hint files are honored.
@@ -1343,6 +1353,8 @@ lib/FileCache/t/02maxopen.t       See if FileCache works
 lib/FileCache/t/03append.t     See if FileCache works
 lib/FileCache/t/04twoarg.t     See if FileCache works
 lib/FileCache/t/05override.t   See if FileCache works
+lib/FileCache/t/06export.t     See if FileCache exporting works
+lib/FileCache/t/07noimport.t   See if FileCache works without importing
 lib/File/CheckTree.pm          Perl module supporting wholesale file mode validation
 lib/File/CheckTree.t           See if File::CheckTree works
 lib/File/Compare.pm            Emulation of cmp command
@@ -1503,6 +1515,7 @@ lib/Math/BigInt/t/_e_math.t       Helper routine in BigFloat for _e math
 lib/Math/BigInt/t/fallback.t   Test Math::BigInt
 lib/Math/BigInt/t/inf_nan.t    Special tests for inf and NaN handling
 lib/Math/BigInt/t/isa.t                Test for Math::BigInt inheritance
+lib/Math/BigInt/t/lib_load.t   Test sane lib names
 lib/Math/BigInt/t/mbf_ali.t    Tests for BigFloat
 lib/Math/BigInt/t/mbi_ali.t    Tests for BigInt
 lib/Math/BigInt/t/mbimbf.inc   Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
@@ -1759,14 +1772,17 @@ lib/Test/Harness/Changes        Test::Harness
 lib/Test/Harness/Iterator.pm   Test::Harness::Iterator (internal use only)
 lib/Test/Harness.pm            A test harness
 lib/Test/Harness/Straps.pm     Test::Harness::Straps
+lib/Test/Harness/TAP.pod       Documentation for the Test Anything Protocol
 lib/Test/Harness/t/00compile.t Test::Harness test
 lib/Test/Harness/t/assert.t    Test::Harness::Assert test
 lib/Test/Harness/t/base.t      Test::Harness test
 lib/Test/Harness/t/callback.t  Test::Harness test
+lib/Test/Harness/t/harness.t   Test::Harness test
 lib/Test/Harness/t/inc_taint.t Test::Harness test
 lib/Test/Harness/t/nonumbers.t Test::Harness test
 lib/Test/Harness/t/ok.t                Test::Harness test
 lib/Test/Harness/t/pod.t       Test::Harness test
+lib/Test/Harness/t/prove-globbing.t    Test::Harness::Straps test
 lib/Test/Harness/t/prove-switches.t    Test::Harness::Straps test
 lib/Test/Harness/t/strap-analyze.t     Test::Harness::Straps test
 lib/Test/Harness/t/strap.t             Test::Harness::Straps test
@@ -1776,40 +1792,58 @@ lib/Test.pm                     A simple framework for writing test scripts
 lib/Test/Simple/Changes                Test::Simple changes
 lib/Test/Simple.pm             Basic utility for writing tests
 lib/Test/Simple/README         Test::Simple README
+lib/Test/Simple/t/00signature.t        Test::Simple test
+lib/Test/Simple/t/00test_harness_check.t       Test::Simple test
 lib/Test/Simple/t/bad_plan.t   Test::Builder plan() test
 lib/Test/Simple/t/buffer.t     Test::Builder buffering test
 lib/Test/Simple/t/Builder.t    Test::Builder tests
+lib/Test/Simple/t/circular_data.t      Test::Simple test
 lib/Test/Simple/t/curr_test.t  Test::Builder->curr_test tests
 lib/Test/Simple/t/details.t    Test::Builder tests
 lib/Test/Simple/t/diag.t       Test::More diag() test
+lib/Test/Simple/t/eq_set.t     Test::Simple test
 lib/Test/Simple/t/exit.t       Test::Simple test, exit codes
+lib/Test/Simple/t/extra_one.t  Test::Simple test
 lib/Test/Simple/t/extra.t      Test::Simple test
 lib/Test/Simple/t/fail-like.t  Test::More test, like() failures
 lib/Test/Simple/t/fail-more.t  Test::More test, tests failing
+lib/Test/Simple/t/fail_one.t   Test::Simple test
 lib/Test/Simple/t/fail.t       Test::Simple test, test failures
 lib/Test/Simple/t/filehandles.t        Test::Simple test, STDOUT can be played with
 lib/Test/Simple/t/fork.t       Test::More fork tests
+lib/Test/Simple/t/harness_active.t     Test::Simple test
 lib/Test/Simple/t/has_plan2.t  Test::More->plan tests
 lib/Test/Simple/t/has_plan.t   Test::Builder->plan tests
 lib/Test/Simple/t/import.t     Test::More test, importing functions
 lib/Test/Simple/t/is_deeply.t  Test::More test, is_deeply()
+lib/Test/Simple/t/is_fh.t      Test::Builder test, _is_fh()
 lib/Test/Simple/t/maybe_regex.t        Test::Builder->maybe_regex() tests
 lib/Test/Simple/t/missing.t    Test::Simple test, missing tests
 lib/Test/Simple/t/More.t       Test::More test, basic stuff
+lib/Test/Simple/t/no_diag.t    Test::Simple test
 lib/Test/Simple/t/no_ending.t  Test::Builder test, no_ending()
 lib/Test/Simple/t/no_header.t  Test::Builder test, no_header()
 lib/Test/Simple/t/no_plan.t    Test::Simple test, forgot the plan
+lib/Test/Simple/TODO           Test::Simple TODO
 lib/Test/Simple/t/ok_obj.t     Test::Builder object tests
 lib/Test/Simple/t/output.t     Test::Builder test, output methods
+lib/Test/Simple/t/overload.t           Test::Simple test
+lib/Test/Simple/t/overload_threads.t   Test::Simple test
+lib/Test/Simple/t/plan_bad.t           Test::Simple test
 lib/Test/Simple/t/plan_is_noplan.t     Test::Simple test, no_plan
 lib/Test/Simple/t/plan_no_plan.t       Test::More test, plan() w/no_plan
+lib/Test/Simple/t/plan_shouldnt_import.t       Test::Simple test
 lib/Test/Simple/t/plan_skip_all.t      Test::More test, plan() w/skip_all
 lib/Test/Simple/t/plan.t       Test::More test, plan()
+lib/Test/Simple/t/require_ok.t Test::Simple test
+lib/Test/Simple/t/reset.t      Test::Simple test
 lib/Test/Simple/t/simple.t     Test::Simple test, basic stuff
 lib/Test/Simple/t/skipall.t    Test::More test, skip all tests
 lib/Test/Simple/t/skip.t       Test::More test, SKIP tests
+lib/Test/Simple/t/sort_bug.t   Test::Simple test
 lib/Test/Simple/t/strays.t     Test::Builder stray newline checks
 lib/Test/Simple/t/threads.t    Test::Builder thread-safe checks
+lib/Test/Simple/t/thread_taint.t       Test::Simple test
 lib/Test/Simple/t/todo.t       Test::More test, TODO tests
 lib/Test/Simple/t/undef.t      Test::More test, undefs don't cause warnings
 lib/Test/Simple/t/useing.t     Test::More test, compile test
@@ -1839,6 +1873,7 @@ lib/Text/Balanced/t/extvar.t      See if Text::Balanced works
 lib/Text/Balanced/t/gentag.t   See if Text::Balanced works
 lib/Text/ParseWords.pm         Perl module to split words on arbitrary delimiter
 lib/Text/ParseWords.t          See if Text::ParseWords works
+lib/Text/ParseWords/taint.t    See if Text::ParseWords works with tainting
 lib/Text/Soundex.pm            Perl module to implement Soundex
 lib/Text/Soundex.t             See if Soundex works
 lib/Text/Tabs.pm               Do expand and unexpand
@@ -1969,6 +2004,7 @@ lib/utf8_heavy.pl         Support routines for utf8 pragma
 lib/utf8.pm                    Pragma to control Unicode support
 lib/utf8.t                     See if utf8 operations work
 lib/validate.pl                        Perl library supporting wholesale file mode validation
+lib/vars_carp.t                        See if "use vars" doesn't load Carp.pm per default
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" works
 lib/version.pm                 Support for version objects
@@ -2176,6 +2212,7 @@ pod/perl582delta.pod              Perl changes in version 5.8.2
 pod/perl583delta.pod           Perl changes in version 5.8.3
 pod/perl584delta.pod           Perl changes in version 5.8.4
 pod/perl585delta.pod           Perl changes in version 5.8.5
+pod/perl586delta.pod           Perl changes in version 5.8.6
 pod/perl58delta.pod            Perl changes in version 5.8.0
 pod/perl590delta.pod           Perl changes in version 5.9.0
 pod/perl591delta.pod           Perl changes in version 5.9.1
@@ -2475,6 +2512,7 @@ t/lib/Math/BigInt/BareCalc.pm     Bigint's simulation of Calc
 t/lib/Math/BigInt/Scalar.pm    Pure Perl module to support Math::BigInt
 t/lib/Math/BigInt/Subclass.pm  Empty subclass of BigInt for test
 t/lib/Math/BigRat/Test.pm              Math::BigRat test helper
+t/lib/NoExporter.pm                    Part of Test-Simple
 t/lib/sample-tests/bailout             Test data for Test::Harness
 t/lib/sample-tests/bignum              Test data for Test::Harness
 t/lib/sample-tests/combined            Test data for Test::Harness
@@ -2654,8 +2692,8 @@ t/op/read.t                       See if read() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
-t/op/regexp.t                  See if regular expressions work
 t/op/regexp_qr.t               See if regular expressions work as qr//
+t/op/regexp.t                  See if regular expressions work
 t/op/regmesg.t                 See if one can get regular expression errors
 t/op/repeat.t                  See if x operator works
 t/op/re_tests                  Regular expressions for regexp.t
@@ -2741,6 +2779,7 @@ t/run/switch_A.t          Test the -A switch
 t/run/switchC.t                        Test the -C switch
 t/run/switchd.t                        Test the -d switch
 t/run/switches.t               Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
+t/run/switchF1.t               Pathological tests for the -F switch
 t/run/switchF.t                        Test the -F switch
 t/run/switchI.t                        Test the -I switch
 t/run/switchn.t                        Test the -n switch