[perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range (or...
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 77abbd3..cb599fd 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1526,6 +1526,7 @@ cpan/Module-Build/lib/Module/Build/Authoring.pod  Module::Build
 cpan/Module-Build/lib/Module/Build/Base.pm             Module::Build
 cpan/Module-Build/lib/Module/Build/Bundling.pod                Module::Build
 cpan/Module-Build/lib/Module/Build/Compat.pm           Module::Build
+cpan/Module-Build/lib/Module/Build/ConfigData.pm       Configuration for Module::Build
 cpan/Module-Build/lib/Module/Build/Config.pm           Module::Build
 cpan/Module-Build/lib/Module/Build/Cookbook.pm         Module::Build
 cpan/Module-Build/lib/Module/Build/Dumper.pm           Module::Build
@@ -2240,7 +2241,7 @@ cpan/Test-Simple/t/BEGIN_use_ok.t                 Test::More use_ok() testing
 cpan/Test-Simple/t/buffer.t                            Test::Builder buffering test
 cpan/Test-Simple/t/Builder/Builder.t                   Test::Builder tests
 cpan/Test-Simple/t/Builder/carp.t                      Test::Builder test
-cpan/Test-Simple/t/Builder/create.t                    Test::Builder test 
+cpan/Test-Simple/t/Builder/create.t                    Test::Builder test
 cpan/Test-Simple/t/Builder/current_test.t              Test::Builder tests
 cpan/Test-Simple/t/Builder/current_test_without_plan.t Test::Builder tests
 cpan/Test-Simple/t/Builder/details.t                   Test::Builder tests
@@ -2754,6 +2755,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
@@ -3495,7 +3497,6 @@ lib/less.t                        See if less support works
 lib/locale.pm                  For "use locale"
 lib/locale.t                   See if locale support works
 lib/look.pl                    A "look" equivalent
-lib/Module/Build/ConfigData.pm Configuration for Module::Build
 lib/Net/hostent.pm             By-name interface to Perl's builtin gethost*
 lib/Net/hostent.t              See if Net::hostent works
 lib/Net/netent.pm              By-name interface to Perl's builtin getnet*
@@ -3592,12 +3593,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 +3623,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
@@ -4158,7 +4160,7 @@ symbian/sanity.pl         Helper code for config.pl
 symbian/sdk.pl                 Helper code for config.pl
 symbian/sisify.pl              Packaging utility
 symbian/symbian_dll.cpp                The DLL stub for Symbian
-symbian/symbianish.h           Header for Symbian      
+symbian/symbianish.h           Header for Symbian
 symbian/symbian_proto.h                Prototypes for Symbian
 symbian/symbian_stubs.c                Stub routines for Symbian
 symbian/symbian_stubs.h                Stub headers for Symbian
@@ -4186,9 +4188,12 @@ 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/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
@@ -4430,7 +4435,7 @@ t/op/numconvert.t         See if accessing fields does not change numeric values
 t/op/oct.t                     See if oct and hex work
 t/op/ord.t                     See if ord works
 t/op/or.t                      See if || works in weird situations
-t/op/overload_integer.t                See if overload::constant for integer works after "use".   
+t/op/overload_integer.t                See if overload::constant for integer works after "use".
 t/op/override.t                        See if operator overriding works
 t/op/pack.t                    See if pack and unpack work
 t/op/pos.t                     See if pos works
@@ -4438,6 +4443,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 +4488,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
@@ -4502,7 +4509,7 @@ t/porting/test_bootstrap.t        Test that the instructions for test bootstrapping are
 t/README                       Instructions for regression tests
 t/re/pat_advanced.t            See if advanced esoteric patterns work
 t/re/pat_advanced_thr.t                See if advanced esoteric patterns work in another thread
-t/re/pat_psycho.t              See if insane esoteric and slow patterns work 
+t/re/pat_psycho.t              See if insane esoteric and slow patterns work
 t/re/pat_psycho_thr.t          See if insane esoteric and slow patterns work in another thread
 t/re/pat_re_eval.t             See if esoteric patterns using re 'eval' work
 t/re/pat_re_eval_thr.t         See if esoteric patterns using re 'eval' work in another thread
@@ -4544,6 +4551,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.