Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY...
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 4349638..6f3ea5b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1891,6 +1891,7 @@ lib/Pod/t/basic.ovr               podlators test
 lib/Pod/t/basic.pod            podlators test
 lib/Pod/t/basic.t              podlators test
 lib/Pod/t/basic.txt            podlators test
+lib/Pod/t/contains_pod.t       Pod-Parser test
 lib/Pod/t/eol.t                        end of line agnosticism
 lib/Pod/Text/Color.pm          Convert POD data to color ASCII text
 lib/Pod/Text/Overstrike.pm     Convert POD data to formatted overstrike text
@@ -1958,6 +1959,8 @@ lib/Term/ReadLine.pm              Stub readline library
 lib/Term/ReadLine.t            See if Term::ReadLine works
 lib/Test/Builder.pm            For writing new test libraries
 lib/Test/Builder/Module.pm     Base class for test modules
+lib/Test/Builder/Tester.pm     For testing Test::Builder based classes
+lib/Test/Builder/Tester/Color.pm       Turn on color in Test::Builder::Tester
 lib/Test/Harness/Assert.pm     Test::Harness::Assert (internal use only)
 lib/Test/Harness/bin/prove     The prove harness utility
 lib/Test/Harness/Changes       Test::Harness
@@ -2040,6 +2043,13 @@ lib/Test/Simple/t/skipall.t      Test::More test, skip all tests
 lib/Test/Simple/t/skip.t       Test::More test, SKIP tests
 lib/Test/Simple/t/sort_bug.t   Test::Simple test
 lib/Test/Simple/t/strays.t     Test::Builder stray newline checks
+lib/Test/Simple/t/tbt_01basic.t        Test::Builder::Tester test
+lib/Test/Simple/t/tbt_02fhrestore.t    Test::Builder::Tester test
+lib/Test/Simple/t/tbt_03die.t  Test::Builder::Tester test
+lib/Test/Simple/t/tbt_04line_num.t     Test::Builder::Tester test
+lib/Test/Simple/t/tbt_05faildiag.t     Test::Builder::Tester test
+lib/Test/Simple/t/tbt_06errormess.t    Test::Builder::Tester test
+lib/Test/Simple/t/tbt_07args.t Test::Builder::Tester test
 lib/Test/Simple/t/threads.t    Test::Builder thread-safe checks
 lib/Test/Simple/t/thread_taint.t       Test::Simple test
 lib/Test/Simple/t/todo.t       Test::More test, TODO tests
@@ -2218,7 +2228,6 @@ lib/vmsish.t                      Tests for vmsish.pm
 lib/warnings.pm                        For "use warnings"
 lib/warnings/register.pm       For "use warnings::register"
 lib/warnings.t                 See if warning controls work
-lib/ZlibTestUtils.pm   Compress::Zlib
 locale.c                       locale-specific utility functions
 makeaperl.SH                   perl script that produces a new perl binary
 makedef.pl                     Create symbol export lists for linking
@@ -2635,6 +2644,7 @@ symbian/config.pl         Configuration script for Symbian
 symbian/config.sh              Configuration data for Symbian
 symbian/cwd.pl                 Helper code for config.pl
 symbian/demo_pl                        "Archive" of demo code
+symbian/find_writeable_data.pl Development utility
 symbian/install.cfg            Installation instructions
 symbian/makesis.pl             Installation file creator
 symbian/PerlAppAif.rss         Symbian sample app code
@@ -2647,10 +2657,14 @@ symbian/PerlBase.h              Symbian Perl base class header
 symbian/PerlBase.pod           Symbian Perl base class documentation
 symbian/PerlRecog.cpp          Symbian recognizer code
 symbian/PerlRecog.mmp          Symbian recognizer build
+symbian/PerlUtil.cpp           Symbian Perl utility class
+symbian/PerlUtil.h             Symbian Perl utility class header
+symbian/PerlUtil.pod           Symbian Perl utility class documentation
 symbian/port.pl                        Helper code for config.pl
 symbian/README                 ReadMe for the Symbian files
 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/symbian_proto.h                Prototypes for Symbian
@@ -2722,6 +2736,7 @@ t/japh/abigail.t          Obscure tests
 t/lib/1_compile.t              See if the various libraries and extensions compile
 t/lib/commonsense.t            See if configuration meets basic needs
 t/lib/compmod.pl               Helper for 1_compile.t
+t/lib/contains_pod.xr          Pod-Parser test file
 t/lib/cygwin.t                 Builtin cygwin function tests
 t/lib/Devel/switchd.pm         Module for t/run/switchd.t
 t/lib/Dev/Null.pm              Module for testing Test::Harness
@@ -2849,6 +2864,7 @@ t/lib/warnings/toke               Tests for toke.c for warnings.t
 t/lib/warnings/universal       Tests for universal.c for warnings.t
 t/lib/warnings/utf8            Tests for utf8.c for warnings.t
 t/lib/warnings/util            Tests for util.c for warnings.t
+t/lib/ZlibTestUtils.pm         Compress::Zlib
 Todo.micro                     The Wishlist for microperl
 toke.c                         The tokener
 t/op/64bitint.t                        See if 64 bit integers work