Attempt at portability.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 1392103..9ca62be 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -246,6 +246,7 @@ ext/Encode/Encode/8859-9.enc                Encode table
 ext/Encode/Encode/8859-9.ucm           Encode table
 ext/Encode/Encode/ascii.enc            Encode table
 ext/Encode/Encode/ascii.ucm            Encode table
+ext/Encode/Encode/big5-hkscs.enc       Encode table
 ext/Encode/Encode/big5.enc             Encode table
 ext/Encode/Encode/cp1006.enc           Encode table
 ext/Encode/Encode/cp1047.enc           Encode table
@@ -294,9 +295,11 @@ ext/Encode/Encode/euc-kr.enc               Encode table
 ext/Encode/Encode/gb12345.enc          Encode table
 ext/Encode/Encode/gb1988.enc           Encode table
 ext/Encode/Encode/gb2312.enc           Encode table
+ext/Encode/Encode/gbk.enc              Encode table
 ext/Encode/Encode/gsm0338.enc          Encode table
 ext/Encode/Encode/HZ.enc               Encode table
 ext/Encode/Encode/ir-197.enc           Encode table
+ext/Encode/Encode/iso-ir-165.enc       Encode table
 ext/Encode/Encode/jis0201.enc          Encode table
 ext/Encode/Encode/jis0201.ucm          Encode table
 ext/Encode/Encode/jis0208.enc          Encode table
@@ -362,8 +365,6 @@ ext/Encode/t/japanese.pl    Encode extension
 ext/Encode/t/JP.t              Encode extension test
 ext/Encode/t/table.euc         Encode extension test
 ext/Encode/t/table.ref         Encode extension test
-ext/Encode/t/table.rnd         Encode extension
-ext/Encode/t/table.utf8                Encode extension
 ext/Encode/t/Tcl.t             Encode extension test
 ext/Encode/TW/Makefile.PL      Encode extension
 ext/Encode/TW/TW.pm            Encode extension
@@ -1105,39 +1106,55 @@ lib/lib.t                       For "use lib" testing
 lib/lib_pm.PL                  For "use lib", produces lib/lib.pm
 lib/locale.pm                  For "use locale"
 lib/locale.t                   See if locale support works
+lib/Locale/Codes/ChangeLog     Locale::Codes
+lib/Locale/Codes/README                Locale::Codes
 lib/Locale/Codes/t/all.t       See if Locale::Codes work
 lib/Locale/Codes/t/constants.t See if Locale::Codes work
 lib/Locale/Codes/t/country.t   See if Locale::Codes work
 lib/Locale/Codes/t/currency.t  See if Locale::Codes work
 lib/Locale/Codes/t/languages.t See if Locale::Codes work
+lib/Locale/Codes/t/script.t    See if Locale::Codes work
 lib/Locale/Codes/t/uk.t                See if Locale::Codes work
 lib/Locale/Constants.pm                Locale::Codes
+lib/Locale/Constants.pod       Locale::Codes documentation
 lib/Locale/Country.pm          Locale::Codes
+lib/Locale/Country.pod         Locale::Codes documentation
 lib/Locale/Currency.pm         Locale::Codes
+lib/Locale/Currency.pod                Locale::Codes documentation
 lib/Locale/Language.pm         Locale::Codes
+lib/Locale/Language.pod                Locale::Codes documentation
 lib/Locale/Maketext.pm         Locale::Maketext
 lib/Locale/Maketext.pod                Locale::Maketext documentation
 lib/Locale/Maketext/ChangeLog  Locale::Maketext
 lib/Locale/Maketext/README     Locale::Maketext
 lib/Locale/Maketext/test.pl    See if Locale::Maketext works
 lib/Locale/Maketext/TPJ13.pod  Locale::Maketext documentation article
+lib/Locale/Script.pm           Locale::Codes
+lib/Locale/Script.pod          Locale::Codes documentation
 lib/look.pl                    A "look" equivalent
 lib/Math/BigFloat.pm           An arbitrary precision floating-point arithmetic package
 lib/Math/BigInt.pm             An arbitrary precision integer arithmetic package
 lib/Math/BigInt/Calc.pm                Pure Perl module to support Math::BigInt
-lib/Math/BigInt/t/bare_mbi.t   Test Math::BigInt::CareCalc
+lib/Math/BigInt/t/bare_mbf.t   Test MBF under Math::BigInt::BareCalc
+lib/Math/BigInt/t/bare_mbi.t   Test MBI under Math::BigInt::BareCalc
 lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t
 lib/Math/BigInt/t/bigfltpm.t   See if BigFloat.pm works
 lib/Math/BigInt/t/bigintc.t    See if BigInt/Calc.pm works
 lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t
 lib/Math/BigInt/t/bigintpm.t   See if BigInt.pm works
 lib/Math/BigInt/t/calling.t    Test calling conventions
+lib/Math/BigInt/t/config.t     Test Math::BigInt->config()
+lib/Math/BigInt/t/constant.t   Test Math::BigInt/BigFloat under :constant
+lib/Math/BigInt/t/downgrade.t  Test if use Math::BigInt(); under downgrade works
+lib/Math/BigInt/t/inf_nan.t    Special tests for inf and NaN handling
 lib/Math/BigInt/t/mbimbf.inc   Actual BigInt/BigFloat accuracy, precicion and fallback, round_mode tests
 lib/Math/BigInt/t/mbimbf.t     BigInt/BigFloat accuracy, precicion and fallback, round_mode
 lib/Math/BigInt/t/require.t    Test if require Math::BigInt works
 lib/Math/BigInt/t/sub_mbf.t    Empty subclass test of BigFloat
 lib/Math/BigInt/t/sub_mbi.t    Empty subclass test of BigInt
 lib/Math/BigInt/t/sub_mif.t    Test A & P with subclasses using mbimbf.inc
+lib/Math/BigInt/t/upgrade.inc  Actual tests for upgrade.t
+lib/Math/BigInt/t/upgrade.t    Test if use Math::BigInt(); under upgrade works
 lib/Math/BigInt/t/use.t                Test if use Math::BigInt(); works
 lib/Math/Complex.pm            A Complex package
 lib/Math/Complex.t             See if Math::Complex works
@@ -1263,9 +1280,10 @@ lib/Pod/t/basic.t                podlators test
 lib/Pod/t/basic.txt            podlators test
 lib/Pod/t/Functions.t          See if Pod::Functions works
 lib/Pod/t/InputObjects.t       See if Pod::InputObjects works
-lib/Pod/t/latex.t              Test for Pod::LaTeX
+lib/Pod/t/latex.t              See if Pod::LaTeX works
 lib/Pod/t/man.t                podlators test
 lib/Pod/t/parselink.t          podlators test
+lib/Pod/t/Select.t             See if Pod::Select works
 lib/Pod/t/text-errors.t                podlators test
 lib/Pod/t/Usage.t              See if Pod::Usage works
 lib/Pod/t/utils.t              Test for Pod::ParseUtils
@@ -1399,6 +1417,22 @@ lib/Tie/Array/push.t             Test for Tie::Array
 lib/Tie/Array/splice.t         Test for Tie::Array::SPLICE
 lib/Tie/Array/std.t            Test for Tie::StdArray
 lib/Tie/Array/stdpush.t                Test for Tie::StdArray
+lib/Tie/File.pm                 Files as tied arrays.
+lib/Tie/File/t/01_gen.t         Test for Tie::File.
+lib/Tie/File/t/02_fetchsize.t   Test for Tie::File.
+lib/Tie/File/t/03_longfetch.t   Test for Tie::File.
+lib/Tie/File/t/04_splice.t      Test for Tie::File.
+lib/Tie/File/t/05_size.t        Test for Tie::File.
+lib/Tie/File/t/06_fixrec.t      Test for Tie::File.
+lib/Tie/File/t/07_rv_splice.t   Test for Tie::File.
+lib/Tie/File/t/08_ro.t          Test for Tie::File.
+lib/Tie/File/t/09_gen_rs.t      Test for Tie::File.
+lib/Tie/File/t/10_splice_rs.t   Test for Tie::File.
+lib/Tie/File/t/11_rv_splice_rs.t  Test for Tie::File.
+lib/Tie/File/t/12_longfetch_rs.t  Test for Tie::File.
+lib/Tie/File/t/13_size_rs.t     Test for Tie::File.
+lib/Tie/File/t/14_lock.t        Test for Tie::File.
+lib/Tie/File/t/15_pushpop.t     Test for Tie::File.
 lib/Tie/Handle.pm              Base class for tied handles
 lib/Tie/Handle/stdhandle.t     Test for Tie::StdHandle
 lib/Tie/Hash.pm                        Base class for tied hashes
@@ -1811,9 +1845,7 @@ NetWare/NWTInfo.c         NetWare port
 NetWare/nwtinfo.h              NetWare port
 NetWare/NWUtil.c               NetWare port
 NetWare/nwutil.h               NetWare port
-NetWare/t/NWModify-Exist.pl    NetWare port
 NetWare/t/NWModify.pl          NetWare port
-NetWare/t/NWScripts-Exist.pl   NetWare port
 NetWare/t/NWScripts.pl         NetWare port
 NetWare/t/Readme.txt           NetWare port
 NetWare/testnlm/echo/echo.c    NetWare port