X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=95b908b0b7379eca760daf07f9dbacceb8407164;hb=126f3c5f1f20a40de59db499161effaa9e24e4fc;hp=5a1e01a0ebb8cddedacb2f732d88a9d967764d99;hpb=5d030b67970a2d62f2bb17edccb2e92ad0d9cad3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 5a1e01a..95b908b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -197,10 +197,14 @@ ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer ext/DynaLoader/README Dynamic Loader notes and intro ext/DynaLoader/XSLoader_pm.PL Simple XS Loader perl module ext/Encode/AUTHORS Encode extension +ext/Encode/Byte/Byte.pm Encode extension +ext/Encode/Byte/Makefile.PL Encode extension ext/Encode/Changes Encode extension ext/Encode/CN/CN.pm Encode extension ext/Encode/CN/Makefile.PL Encode extension ext/Encode/compile Encode extension +ext/Encode/EBCDIC/EBCDIC.pm Encode extension +ext/Encode/EBCDIC/Makefile.PL Encode extension ext/Encode/encengine.c Encode extension ext/Encode/encode.h Encode extension ext/Encode/Encode.pm Encode extension @@ -370,6 +374,8 @@ ext/Encode/lib/EncodeFormat.pod Encode extension ext/Encode/Makefile.PL Encode extension makefile writer ext/Encode/MANIFEST Encode extension ext/Encode/README Encode extension +ext/Encode/Symbol/Makefile.PL Encode extension +ext/Encode/Symbol/Symbol.pm Encode extension ext/Encode/t/Aliases.t Encode extension ext/Encode/t/CN.t Encode extension test ext/Encode/t/Encode.t Encode extension test @@ -886,10 +892,24 @@ lib/autouse.t See if autouse works lib/base.pm Establish IS-A relationship at compile time lib/Benchmark.pm Measure execution time lib/Benchmark.t See if Benchmark works +lib/Math/BigFloat/Trace.pm bignum tracing +lib/Math/BigInt/Trace.pm bignum tracing +lib/bigint.pm bignum +lib/bignum.pm bignum +lib/bignum/t/bigint.t See if bignum works +lib/bignum/t/bignum.t See if bignum works +lib/bignum/t/bigrat.t See if bignum works +lib/bignum/t/bn_lite.t See if bignum works +lib/bignum/t/br_lite.t 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/trace.t See if bignum works +lib/bigrat.pm bignum lib/bigfloat.pl An arbitrary precision floating point package -lib/bigfloat.t See if bigfloat.pl works +lib/bigfloatpl.t See if bigfloat.pl works lib/bigint.pl An arbitrary precision integer arithmetic package -lib/bigint.t See if bigint.pl works +lib/bigintpl.t See if bigint.pl works lib/bigrat.pl An arbitrary precision rational arithmetic package lib/blib.pm For "use blib" lib/blib.t blib.pm test @@ -1169,6 +1189,7 @@ 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/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/mbi_rand.t Test Math::BigInt randomly 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 @@ -1176,6 +1197,16 @@ 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/BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigRat.pm Math::BigRat +lib/Math/BigRat/t/bigfltpm.inc Math::BigRat test +lib/Math/BigRat/t/bigfltrt.t Math::BigRat test +lib/Math/BigRat/t/bigrat.t Math::BigRat test +lib/Math/BigRat/t/bigratpm.inc Math::BigRat test +lib/Math/BigRat/t/bigratpm.t Math::BigRat test lib/Math/Complex.pm A Complex package lib/Math/Complex.t See if Math::Complex works lib/Math/Trig.pm A simple interface to complex trigonometry @@ -1301,6 +1332,8 @@ lib/Pod/t/basic.txt podlators test lib/Pod/t/Functions.t See if Pod::Functions works lib/Pod/t/htmlescp.pod pod2html escape test input data lib/Pod/t/htmlescp.t pod2html escape test +lib/Pod/t/htmlview.pod pod2html render test input data +lib/Pod/t/htmlview.t pod2html render test lib/Pod/t/InputObjects.t See if Pod::InputObjects works lib/Pod/t/latex.t See if Pod::LaTeX works lib/Pod/t/man.t podlators test @@ -2234,6 +2267,7 @@ t/lib/locale/utf8 Part of locale.t in UTF8 t/lib/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test t/lib/Math/BigInt/BareCalc.pm Bigint's simulation of Calc t/lib/Math/BigInt/Subclass.pm Empty subclass of BigInt for test +t/lib/Math/BigRat/Test.pm Math::BigRat test helper t/lib/sample-tests/bailout Test data for Test::Harness t/lib/sample-tests/combined Test data for Test::Harness t/lib/sample-tests/descriptive Test data for Test::Harness @@ -2419,6 +2453,7 @@ t/op/undef.t See if undef works t/op/universal.t See if UNIVERSAL class works t/op/unshift.t See if unshift works t/op/utf8decode.t See if UTF-8 decoding works +t/op/utfhash.t See if utf8 keys in hashes behave t/op/vec.t See if vectors work t/op/ver.t See if v-strings and the %v format flag work t/op/wantarray.t See if wantarray works @@ -2458,7 +2493,6 @@ 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/pod/testpods/lib/Pod/Stuff.pm Sample data for find.t -t/pod2html/README Placeholder to keep the t/pod2html directory. t/README Instructions for regression tests t/run/exit.t Test perl's exit status. t/run/fresh_perl.t Tests that require a fresh perl.