X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=c43df512854e6a0b06ae37f4c449a0c547a430b1;hb=3bc3c5beacd5fac2157b8441ce88ad169a9bc6b0;hp=b857ae17ac46760f0ec179870c628466bb0aba32;hpb=3fbd6cf4979f01b90b051e3a54e86f412a509f7e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index b857ae1..c43df51 100644 --- a/MANIFEST +++ b/MANIFEST @@ -304,6 +304,7 @@ cpan/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib cpan/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib cpan/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib cpan/CPAN/Changes CPAN.pm Changes file +cpan/CPAN/lib/App/Cpan.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm @@ -312,7 +313,7 @@ cpan/CPAN/lib/CPAN/Complete.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Debug.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/DeferredCode.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Distribution.pm helper package for CPAN.pm -cpan/CPAN/lib/CPAN/Distroprefs.pm helper package for CPAN.pm +cpan/CPAN/lib/CPAN/Distroprefs.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Distrostatus.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm helper package for CPAN.pm @@ -327,6 +328,7 @@ cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd helper file for validating config fil cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml helper file for validating config files cpan/CPAN/lib/CPAN/Kwalify.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/LWP/UserAgent.pm helper package for CPAN.pm +cpan/CPAN/lib/CPAN/Mirrors.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Module.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions cpan/CPAN/lib/CPAN.pm Interface to Comprehensive Perl Archive Network @@ -1552,6 +1554,7 @@ cpan/Module-Build/lib/Module/Build/PPMMaker.pm Module::Build cpan/Module-Build/lib/Module/Build/Version.pm Module::Build cpan/Module-Build/lib/Module/Build/YAML.pm Module::Build cpan/Module-Build/scripts/config_data Module::Build +cpan/Module-Build/t/00-compile.t Module::Build cpan/Module-Build/t/actions/installdeps.t Module::Build cpan/Module-Build/t/add_property.t Module::Build cpan/Module-Build/t/basic.t Module::Build @@ -1945,7 +1948,6 @@ cpan/Pod-Simple/t/fcodes_s.t Pod::Simple test file cpan/Pod-Simple/t/fcodes.t Pod::Simple test file cpan/Pod-Simple/t/fornot.t Pod::Simple test file cpan/Pod-Simple/t/for.t Pod::Simple test file -cpan/Pod-Simple/t/fullstop.t Pod::Simple test file cpan/Pod-Simple/t/heads.t Pod::Simple test file cpan/Pod-Simple/t/html01.t Pod::Simple test file cpan/Pod-Simple/t/html02.t Pod::Simple test file @@ -2755,6 +2757,7 @@ dist/Safe/t/safe2.t See if Safe works dist/Safe/t/safe3.t See if Safe works dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe +dist/Safe/t/safesort.t Tests Safe with sort dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works @@ -3592,12 +3595,14 @@ lib/Unicode/README Explanation what happened to lib/unicode. lib/Unicode/UCD.pm Unicode character database lib/Unicode/UCD.t See if Unicode character database works lib/unicore/ArabicShaping.txt Unicode character database +lib/unicore/auxiliary/GCBTest.txt Unicode character database lib/unicore/auxiliary/GraphemeBreakProperty.txt Unicode character database lib/unicore/auxiliary/SentenceBreakProperty.txt Unicode character database lib/unicore/auxiliary/WordBreakProperty.txt Unicode character database lib/unicore/BidiMirroring.txt Unicode character database lib/unicore/Blocks.txt Unicode character database lib/unicore/CaseFolding.txt Unicode character database +lib/unicore/CJKRadicals.txt Unicode character database lib/unicore/CompositionExclusions.txt Unicode character database lib/unicore/DAge.txt Unicode character database lib/unicore/DCoreProperties.txt Unicode character database @@ -3620,7 +3625,6 @@ lib/unicore/Jamo.txt Unicode character database lib/unicore/LineBreak.txt Unicode character database lib/unicore/Makefile Unicode character database lib/unicore/mktables Unicode character database generator -lib/unicore/mktables.lst File list for mktables lib/unicore/NameAliases.txt Unicode character database lib/unicore/NamedSequences.txt Unicode character database lib/unicore/NamedSqProv.txt Unicode character database @@ -4186,9 +4190,13 @@ t/comp/bproto.t See if builtins conform to their prototypes t/comp/cmdopt.t See if command optimization works t/comp/colon.t See if colons are parsed correctly t/comp/decl.t See if declarations work +t/comp/final_line_num.t See if line numbers are correct at EOF t/comp/fold.t See if constant folding works +t/comp/form_scope.t See if format scoping works t/comp/hints.aux Auxillary file for %^H test t/comp/hints.t See if %^H works +t/comp/line_debug_0.aux Auxiliary file for @{"_<$file"} test +t/comp/line_debug.t See if @{"_<$file"} works t/comp/multiline.t See if multiline strings work t/comp/opsubs.t See if q() etc. are not parsed as functions t/comp/our.t Tests for our declaration @@ -4383,6 +4391,7 @@ t/op/exists_sub.t See if exists(&sub) works t/op/exp.t See if math functions work t/op/fh.t See if filehandles work t/op/filetest.t See if file tests work +t/op/filetest_t.t See if -t file test works t/op/flip.t See if range operator works t/op/fork.t See if fork works t/op/getpid.t See if $$ and getppid work with threads @@ -4438,6 +4447,7 @@ t/op/pow.t See if ** works t/op/push.t See if push and pop work t/op/pwent.t See if getpw*() functions work t/op/qq.t See if qq works +t/op/qr.t See if qr works t/op/quotemeta.t See if quotemeta works t/op/rand.t See if rand works t/op/range.t See if .. works @@ -4482,6 +4492,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/upgrade.t See if upgrading and assigning scalars works +t/op/utf8cache.t Tests malfunctions of utf8 cache t/op/utf8decode.t See if UTF-8 decoding works t/op/utfhash.t See if utf8 keys in hashes behave t/op/utftaint.t See if utf8 and taint work together @@ -4544,6 +4555,7 @@ t/re/substr_thr.t See if substr works in another thread t/re/subst.t See if substitution works t/re/substT.t See if substitution works with -T t/re/subst_wamp.t See if substitution works with $& present +t/re/uniprops.t Test unicode \p{} regex constructs t/run/cloexec.t Test close-on-exec. t/run/exit.t Test perl's exit status. t/run/fresh_perl.t Tests that require a fresh perl.