This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Devel::Peek:Peek.t: Fix to work on EBCDIC
[perl5.git] / MANIFEST
index 9417ee3..aad1be4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -232,6 +232,8 @@ 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/Plugin.pm
+cpan/CPAN/lib/CPAN/Plugin/Specfile.pm
 cpan/CPAN/lib/CPAN.pm                  Interface to Comprehensive Perl Archive Network
 cpan/CPAN/lib/CPAN/Prompt.pm
 cpan/CPAN/lib/CPAN/Queue.pm            queueing system for CPAN.pm
@@ -2318,7 +2320,6 @@ cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm                 Test::Simple module
 cpan/Test-Simple/lib/Test/Builder/Tester.pm                    Test::Simple module
 cpan/Test-Simple/lib/Test/CanFork.pm                   Test::Simple module
 cpan/Test-Simple/lib/Test/CanThread.pm                 Test::Simple module
-cpan/Test-Simple/lib/Test/FAQ.pod                      Test::Simple module
 cpan/Test-Simple/lib/Test/More/DeepCheck.pm                    Test::Simple module
 cpan/Test-Simple/lib/Test/More/DeepCheck/Strict.pm                     Test::Simple module
 cpan/Test-Simple/lib/Test/More/DeepCheck/Tolerant.pm                   Test::Simple module
@@ -2334,7 +2335,6 @@ cpan/Test-Simple/lib/Test/Stream/Block.pm                 Test::Simple module
 cpan/Test-Simple/lib/Test/Stream/Carp.pm                       Test::Simple module
 cpan/Test-Simple/lib/Test/Stream/Context.pm                    Test::Simple module
 cpan/Test-Simple/lib/Test/Stream/Event/Bail.pm                 Test::Simple module
-cpan/Test-Simple/lib/Test/Stream/Event/Child.pm                        Test::Simple module
 cpan/Test-Simple/lib/Test/Stream/Event/Diag.pm                 Test::Simple module
 cpan/Test-Simple/lib/Test/Stream/Event/Finish.pm                       Test::Simple module
 cpan/Test-Simple/lib/Test/Stream/Event/Note.pm                 Test::Simple module
@@ -2569,7 +2569,6 @@ cpan/Test-Simple/t/Test-Stream-Util.t                     Test::Simple Test
 cpan/Test-Simple/t/Test-Tester-Capture.t                       Test::Simple Test
 cpan/Test-Simple/t/Test-Tester.t                       Test::Simple Test
 cpan/Test-Simple/t/Test-use-ok.t                       Test::Simple Test
-cpan/Test-Simple/t/xt/dependents.t                     Test::Simple Test
 cpan/Test/t/05_about_verbose.t See if Test works
 cpan/Test/t/fail.t             See if Test works
 cpan/Test/t/mix.t              See if Test works
@@ -4381,6 +4380,7 @@ 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/SBTest.txt       Unicode character database
 lib/unicore/auxiliary/SentenceBreakProperty.txt        Unicode character database
 lib/unicore/auxiliary/WBTest.txt       Unicode character database
 lib/unicore/auxiliary/WordBreakProperty.txt    Unicode character database
@@ -4668,6 +4668,7 @@ pod/perl5215delta.pod             Perl changes in version 5.21.5
 pod/perl5216delta.pod          Perl changes in version 5.21.6
 pod/perl5217delta.pod          Perl changes in version 5.21.7
 pod/perl5218delta.pod          Perl changes in version 5.21.8
+pod/perl5219delta.pod          Perl changes in version 5.21.9
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl581delta.pod           Perl changes in version 5.8.1
@@ -5447,6 +5448,7 @@ t/perf/benchmarks.t               test t/perf/benchmarks syntax
 t/perf/opcount.t               See if optimised subs have the right op counts
 t/perf/optree.t                        Test presence of some op optimisations
 t/perf/speed.t                 See if optimisations are keeping things fast
+t/perf/taint.t                 See if optimisations are keeping things fast (taint issues)
 t/perl.supp                    Perl valgrind suppressions
 t/porting/args_assert.t                Check that all PERL_ARGS_ASSERT* macros are used
 t/porting/authors.t            Check that all authors have been acknowledged