Update ExtUtils::ParseXS to 2.21
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 2c2ed0c..4ab2ea9 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1035,7 +1035,11 @@ cpan/ExtUtils-ParseXS/Changes                    ExtUtils::ParseXS change log
 cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm  converts Perl XS code into C code
 cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp      External subroutine preprocessor
 cpan/ExtUtils-ParseXS/t/basic.t                        See if ExtUtils::ParseXS works
+cpan/ExtUtils-ParseXS/t/more.t                 Extended ExtUtils::ParseXS testing
+cpan/ExtUtils-ParseXS/t/typemap                        Standard typemap for controlled testing
 cpan/ExtUtils-ParseXS/t/usage.t                        ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSInclude.xsh          Test file for ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSMore.xs              Test file for ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSTest.pm              Test file for ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSUsage.pm             ExtUtils::ParseXS tests
@@ -1044,6 +1048,7 @@ cpan/File-Fetch/lib/File/Fetch.pm File::Fetch
 cpan/File-Fetch/t/01_File-Fetch.t      File::Fetch tests
 cpan/File-Path/lib/File/Path.pm                Do things like 'mkdir -p' and 'rm -r'
 cpan/File-Path/t/Path.t                        See if File::Path works
+cpan/File-Path/t/taint.t               See if File::Path works with -T
 cpan/File-Temp/t/cmp.t         See if File::Temp works
 cpan/File-Temp/Temp.pm         create safe temporary files and file handles
 cpan/File-Temp/t/fork.t                See if File::Temp works
@@ -1355,6 +1360,16 @@ cpan/Locale-Codes/t/language.t                   See if Locale::Codes work
 cpan/Locale-Codes/t/rename.t                   See if Locale::Codes work
 cpan/Locale-Codes/t/script.t                   See if Locale::Codes work
 cpan/Locale-Codes/t/uk.t                       See if Locale::Codes work
+cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm      Locale::Simple
+cpan/Locale-Maketext-Simple/t/0-signature.t                    Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/1-basic.t                                Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t    Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t       Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po          Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po          Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po   Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po       Locale::Simple tests
+cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po       Locale::Simple tests
 cpan/Log-Message/lib/Log/Message/Config.pm     Log::Message
 cpan/Log-Message/lib/Log/Message/Handlers.pm   Log::Message
 cpan/Log-Message/lib/Log/Message/Item.pm       Log::Message
@@ -2634,16 +2649,6 @@ dist/Locale-Maketext/lib/Locale/Maketext.pm              Locale::Maketext
 dist/Locale-Maketext/lib/Locale/Maketext.pod           Locale::Maketext documentation
 dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod     Locale::Maketext documentation article
 dist/Locale-Maketext/README                            Locale::Maketext
-dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm      Locale::Simple
-dist/Locale-Maketext-Simple/t/0-signature.t                    Locale::Simple tests
-dist/Locale-Maketext-Simple/t/1-basic.t                                Locale::Simple tests
-dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t    Locale::Simple tests
-dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t       Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_with_i_default/en.po          Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po          Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po   Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_without_i_default/en.po       Locale::Simple tests
-dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po       Locale::Simple tests
 dist/Locale-Maketext/t/01_about_verbose.t              See if Locale::Maketext works
 dist/Locale-Maketext/t/10_make.t                       See if Locale::Maketext works
 dist/Locale-Maketext/t/20_get.t                                See if Locale::Maketext works
@@ -3805,6 +3810,7 @@ pod/perl5005delta.pod             Perl changes in version 5.005
 pod/perl5100delta.pod          Perl changes in version 5.10.0
 pod/perl5101delta.pod          Perl changes in version 5.10.1
 pod/perl5110delta.pod          Perl changes in version 5.11.0
+pod/perl5111delta.pod          Perl changes in version 5.11.1
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl570delta.pod           Perl changes in version 5.7.0
@@ -4441,6 +4447,8 @@ 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
 t/re/pat_rt_report.t           See if esoteric patterns from rt reports work
 t/re/pat_rt_report_thr.t       See if esoteric patterns from rt reports work in another thread
+t/re/pat_special_cc.t          See if special charclasses (\s \w \d) work the same as (\s and [\s])
+t/re/pat_special_cc_thr.t      See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
 t/re/pat.t                     See if esoteric patterns work
 t/re/pat_thr.t                 See if esoteric patterns work in another thread
 t/re/qr_gc.t                   See if qr doesn't leak