Add test for Pod::LaTeX; re-sort MANIFEST.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index e0b0ab8..f8b08d6 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -130,6 +130,7 @@ ext/DB_File/typemap         Berkeley DB extension interface types
 ext/DB_File/version.c          Berkeley DB extension interface version check
 ext/Devel/DProf/Changes                Perl code profiler changelog
 ext/Devel/DProf/DProf.pm       Perl code profiler
+ext/Devel/DProf/DProf.t                Perl code profiler
 ext/Devel/DProf/DProf.xs       Perl code profiler
 ext/Devel/DProf/Makefile.PL    Perl code profiler makefile writer
 ext/Devel/DProf/Todo           Perl code profiler todo list
@@ -560,7 +561,6 @@ ext/Thread/specific.tx              Test thread-specific user data
 ext/Thread/sync.tx             Test thread synchronisation
 ext/Thread/sync2.tx            Test thread synchronisation
 ext/Thread/thr5005.t           Test 5.005-style threading (skipped if no use5005threads)
-ext/Thread/Thread.pm           Thread extension Perl module
 ext/Thread/Thread.xs           Thread extension external subroutines
 ext/Thread/Thread/Queue.pm     Thread synchronised queue objects
 ext/Thread/Thread/Semaphore.pm Thread semaphore objects
@@ -574,20 +574,21 @@ ext/Thread/unsync4.tx             Test thread implicit synchronisation
 ext/threads/Changes            ithreads
 ext/threads/Makefile.PL                ithreads
 ext/threads/README             ithreads
-ext/threads/t/basic.t          ithreads
-ext/threads/t/stress_cv.t      Test with multiple threads, coderef cv argument.
-ext/threads/t/stress_string.t  Test with multiple threads, string cv argument.
-ext/threads/threads.h          ithreads
-ext/threads/threads.pm          ithreads
-ext/threads/threads.xs         ithreads
 ext/threads/shared/Makefile.PL  thread shared variables
 ext/threads/shared/README       thread shared variables
 ext/threads/shared/shared.pm    thread shared variables
 ext/threads/shared/shared.xs    thread shared variables
-ext/threads/shared/t/sv_simple.t       thread shared variables
-ext/threads/shared/t/sv_refs.t thread shared variables
 ext/threads/shared/t/av_simple.t       Tests for basic shared array functionality.
+ext/threads/shared/t/hv_refs.t Test shared hashes containing references
 ext/threads/shared/t/hv_simple.t       Tests for basic shared hash functionality.
+ext/threads/shared/t/sv_refs.t thread shared variables
+ext/threads/shared/t/sv_simple.t       thread shared variables
+ext/threads/t/basic.t          ithreads
+ext/threads/t/stress_cv.t      Test with multiple threads, coderef cv argument.
+ext/threads/t/stress_string.t  Test with multiple threads, string cv argument.
+ext/threads/threads.h          ithreads
+ext/threads/threads.pm          ithreads
+ext/threads/threads.xs         ithreads
 ext/Time/HiRes/Changes         Time::HiRes extension
 ext/Time/HiRes/hints/dynixptx.pl       Hint for Time::HiRes for named architecture
 ext/Time/HiRes/hints/sco.pl    Hints for Time::HiRes for named architecture
@@ -595,6 +596,16 @@ ext/Time/HiRes/HiRes.pm            Time::HiRes extension
 ext/Time/HiRes/HiRes.t         Test for Time::HiRes
 ext/Time/HiRes/HiRes.xs                Time::HiRes extension
 ext/Time/HiRes/Makefile.PL     Time::HiRes extension
+ext/Unicode/Normalize/Changes  Unicode::Normalize
+ext/Unicode/Normalize/Makefile.PL      Unicode::Normalize
+ext/Unicode/Normalize/mkheader Unicode::Normalize
+ext/Unicode/Normalize/Normalize.pm     Unicode::Normalize
+ext/Unicode/Normalize/Normalize.pod    Unicode::Normalize
+ext/Unicode/Normalize/Normalize.xs     Unicode::Normalize
+ext/Unicode/Normalize/README   Unicode::Normalize
+ext/Unicode/Normalize/t/func.t Unicode::Normalize
+ext/Unicode/Normalize/t/norm.t Unicode::Normalize
+ext/Unicode/Normalize/t/test.t Unicode::Normalize
 ext/util/make_ext              Used by Makefile to execute extension Makefiles
 ext/XS/Typemap/Makefile.PL     XS::Typemap extension
 ext/XS/Typemap/README          XS::Typemap extension
@@ -791,7 +802,6 @@ lib/autouse.pm                      Load and call a function only when it's used
 lib/autouse.t                  See if autouse works
 lib/base.pm                    Establish IS-A relationship at compile time
 lib/Benchmark.pm               Measure execution time
-lib/Benchmark.t                        Perl code profiler testsuite driver
 lib/bigfloat.pl                        An arbitrary precision floating point package
 lib/bigfloat.t                 See if bigfloat.pl works
 lib/bigint.pl                  An arbitrary precision integer arithmetic package
@@ -800,6 +810,7 @@ lib/bigrat.pl                       An arbitrary precision rational arithmetic package
 lib/blib.pm                    For "use blib"
 lib/blib.t                      blib.pm test
 lib/bytes.pm                   Pragma to enable byte operations
+lib/bytes.t                    bytes.pm test
 lib/bytes_heavy.pl             Support routines for byte pragma
 lib/cacheout.pl                        Manages output filehandles when you need too many
 lib/Carp.pm                    Error message base class
@@ -878,6 +889,8 @@ lib/dotsh.pl                        Code to "dot" in a shell script
 lib/Dumpvalue.pm               Screen dump of perl values
 lib/Dumpvalue.t                        See if Dumpvalue works
 lib/dumpvar.pl                 A variable dumper
+lib/encoding.pm                        Encoding of legacy data into Unicode
+lib/encoding.t                 Test for the encoding pragma
 lib/English.pm                 Readable aliases for short variables
 lib/English.t                  See if English works
 lib/Env.pm                     Map environment into ordinary variables
@@ -892,6 +905,7 @@ lib/ExtUtils/Command.pm             Utilities for Make on non-UNIX platforms
 lib/ExtUtils/Command.t         See if ExtUtils::Command works (Win32 only)
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
 lib/ExtUtils/Embed.pm          Utilities for embedding Perl in C programs
+lib/ExtUtils/Embed.t           See if ExtUtils::Embed and embedding works
 lib/ExtUtils/inst              Give information about installed extensions
 lib/ExtUtils/Install.pm                Handles 'make install' on extensions
 lib/ExtUtils/Installed.pm      Information on installed extensions
@@ -961,7 +975,9 @@ lib/filetest.t                      See if filetest works
 lib/Filter/Simple.pm           Simple frontend to Filter::Util::Call
 lib/Filter/Simple/Changes      Filter::Simple
 lib/Filter/Simple/README       Filter::Simple
+lib/Filter/Simple/t/data.t     See if Filter::Simple works
 lib/Filter/Simple/t/filter.t   See if Filter::Simple works
+lib/Filter/Simple/t/filter_only.t      See if Filter::Simple works
 lib/find.pl                    A find emulator--used by find2perl
 lib/FindBin.pm                 Find name of currently executing program
 lib/FindBin.t                  See if FindBin works
@@ -1001,10 +1017,6 @@ lib/IPC/SysV.t                   See if IPC::SysV works
 lib/less.pm                    For "use less"
 lib/less.t                     See if less support works
 lib/lib_pm.PL                  For "use lib", produces lib/lib.pm
-lib/Lingua/KO/Hangul/Util.pm           Lingua::KO::Hangul::Util
-lib/Lingua/KO/Hangul/Util/Changes      Lingua::KO::Hangul::Util
-lib/Lingua/KO/Hangul/Util/README       Lingua::KO::Hangul::Util
-lib/Lingua/KO/Hangul/Util/t/test.t             Lingua::KO::Hangul::Util
 lib/locale.pm                  For "use locale"
 lib/locale.t                   See if locale support works
 lib/Locale/Codes/t/all.t       See if Locale::Codes work
@@ -1027,14 +1039,17 @@ lib/look.pl                     A "look" equivalent
 lib/Math/BigFloat.pm           An arbitrary precision floating-point arithmetic package
 lib/Math/BigInt.pm             An arbitrary precision integer arithmetic package
 lib/Math/BigInt/Calc.pm                Pure Perl module to support Math::BigInt
-lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and subclass.t
+lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t
 lib/Math/BigInt/t/bigfltpm.t   See if BigFloat.pm works
 lib/Math/BigInt/t/bigintc.t    See if BigInt/Calc.pm works
+lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t
 lib/Math/BigInt/t/bigintpm.t   See if BigInt.pm works
 lib/Math/BigInt/t/calling.t    Test calling conventions
-lib/Math/BigInt/t/Math/Subclass.pm     Empty subclass of BigFloat for test
+lib/Math/BigInt/t/Math/BigFloat/Subclass.pm    Empty subclass of BigFloat for test
+lib/Math/BigInt/t/Math/BigInt/Subclass.pm      Empty subclass of BigInt for test
 lib/Math/BigInt/t/mbimbf.t     BigInt/BigFloat accuracy, precicion and fallback, round_mode
-lib/Math/BigInt/t/subclass.t   Empty subclass test of BigFloat
+lib/Math/BigInt/t/sub_mbf.t    Empty subclass test of BigFloat
+lib/Math/BigInt/t/sub_mbi.t    Empty subclass test of BigInt
 lib/Math/Complex.pm            A Complex package
 lib/Math/Complex.t             See if Math::Complex works
 lib/Math/Trig.pm               A simple interface to complex trigonometry
@@ -1113,7 +1128,10 @@ lib/newgetopt.pl         A perl library supporting long option parsing
 lib/NEXT.pm                    Pseudo-class NEXT for method redispatch
 lib/NEXT/Changes               NEXT
 lib/NEXT/README                        NEXT
-lib/NEXT/test.pl               See if NEXT works
+lib/NEXT/t/actual.t            NEXT
+lib/NEXT/t/actuns.t            NEXT
+lib/NEXT/t/next.t              NEXT
+lib/NEXT/t/unseen.t            NEXT
 lib/open.pm                    Pragma to specify default I/O disciplines
 lib/open.t                     See if the open pragma works
 lib/open2.pl                   Open a two-ended pipe (uses IPC::Open2)
@@ -1130,10 +1148,12 @@ lib/Pod/Html.pm                 Convert POD data to HTML
 lib/Pod/InputObjects.pm                Pod-Parser - define objects for input streams
 lib/Pod/LaTeX.pm               Convert POD data to LaTeX
 lib/Pod/Man.pm                 Convert POD data to *roff
+lib/Pod/ParseLink.pm           Perl an L<> formatting code in POD text
 lib/Pod/Parser.pm              Pod-Parser - define base class for parsing POD
 lib/Pod/ParseUtils.pm          Pod-Parser - pod utility functions
 lib/Pod/Plainer.pm             Pod migration utility module
 lib/Pod/Select.pm              Pod-Parser - select portions of POD docs
+lib/Pod/t/latex.t              Test for Pod::LaTeX
 lib/Pod/Text.pm                        Pod-Parser - convert POD data to formatted ASCII text
 lib/Pod/Text/Color.pm          Convert POD data to color ASCII text
 lib/Pod/Text/Overstrike.pm     Convert POD data to formatted overstrike text
@@ -1210,8 +1230,8 @@ lib/Test/Simple/t/skip.t        Test::More test, SKIP tests
 lib/Test/Simple/t/skipall.t     Test::More test, skip all tests
 lib/Test/Simple/t/todo.t        Test::More test, TODO tests
 lib/Test/Simple/t/undef.t       Test::More test, undefs don't cause warnings
-lib/Test/Simple/t/use_ok.t      Test::More test, use_ok()
 lib/Test/Simple/t/useing.t      Test::More test, compile test
+lib/Test/Simple/t/use_ok.t      Test::More test, use_ok()
 lib/Test/t/fail.t              See if Test works
 lib/Test/t/mix.t               See if Test works
 lib/Test/t/onfail.t            See if Test works
@@ -1243,6 +1263,7 @@ lib/Text/TabsWrap/t/fill.t        See if Text::Wrap::fill works
 lib/Text/TabsWrap/t/tabs.t     See if Text::Tabs works
 lib/Text/TabsWrap/t/wrap.t     See if Text::Wrap::wrap works
 lib/Text/Wrap.pm               Paragraph formatter
+lib/Thread.pm                  Thread extensions frontend
 lib/Tie/Array.pm               Base class for tied arrays
 lib/Tie/Array/push.t           Test for Tie::Array
 lib/Tie/Array/splice.t         Test for Tie::Array::SPLICE
@@ -1270,11 +1291,6 @@ lib/Unicode/Collate/Changes      Unicode::Collate
 lib/Unicode/Collate/keys.txt   Unicode::Collate
 lib/Unicode/Collate/README     Unicode::Collate
 lib/Unicode/Collate/t/test.t   Unicode::Collate
-lib/Unicode/Normalize.pm       Unicode::Normalize
-lib/Unicode/Normalize/Changes  Unicode::Normalize
-lib/Unicode/Normalize/README   Unicode::Normalize
-lib/Unicode/Normalize/t/norm.t Unicode::Normalize
-lib/Unicode/Normalize/t/test.t Unicode::Normalize
 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
@@ -1605,6 +1621,7 @@ lib/unicore/Scripts.pl            Unicode character database
 lib/unicore/Scripts.txt                Unicode character database
 lib/unicore/SpecCase.txt       Unicode character database
 lib/unicore/To/Digit.pl                Unicode character database
+lib/unicore/To/Fold.pl         Unicode character database
 lib/unicore/To/Lower.pl                Unicode character database
 lib/unicore/To/Title.pl                Unicode character database
 lib/unicore/To/Upper.pl                Unicode character database
@@ -1623,6 +1640,8 @@ lib/utf8_heavy.pl         Support routines for utf8 pragma
 lib/validate.pl                        Perl library supporting wholesale file mode validation
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" work
+lib/vmsish.pm                  Control VMS-specific behavior of Perl core
+lib/vmsish.t                   Tests for vmsish.pm
 lib/warnings.pm                        For "use warnings"
 lib/warnings.t                 See if warning controls work
 lib/warnings/register.pm       For "use warnings::register"
@@ -1879,6 +1898,7 @@ pod/perltooc.pod          Tom's object-oriented tutorial (more on class data)
 pod/perltoot.pod               Tom's object-oriented tutorial
 pod/perltrap.pod               Trap info
 pod/perlunicode.pod            Unicode support info
+pod/perluniintro.pod           Unicode introduction
 pod/perlutil.pod               Accompanying utilities explained
 pod/perlvar.pod                        Variable info
 pod/perlxs.pod                 XS api info
@@ -1897,6 +1917,7 @@ pod/splitpod                      Splits perlfunc into multiple pod pages
 Policy_sh.SH           Hold site-wide preferences between Configure runs.
 Porting/apply          Apply patches sent by mail
 Porting/check83.pl     Check whether we are 8.3-friendly
+Porting/checkVERSION.pl        Check whether we have $VERSIONs
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/Contract       Social contract for contributed modules in Perl core
@@ -2013,6 +2034,7 @@ t/io/read.t                       See if read works
 t/io/tell.t                    See if file seeking works
 t/io/utf8.t                    See if file seeking works
 t/lib/1_compile.t              See if the various libraries and extensions compile
+t/lib/access.t                 See if access::readonly and readonly hashes work
 t/lib/commonsense.t            See if configuration meets basic needs
 t/lib/compmod.pl               Helper for 1_compile.t
 t/lib/dprof/test1_t            Perl code profiler tests
@@ -2029,6 +2051,7 @@ t/lib/dprof/test6_t               Perl code profiler tests
 t/lib/dprof/test6_v            Perl code profiler tests
 t/lib/dprof/V.pm               Perl code profiler tests
 t/lib/filter-util.pl           See if Filter::Util::Call works
+t/lib/FilterOnlyTest.pm                Helper file for lib/Filter/Simple/t/filter_only.t
 t/lib/FilterTest.pm            Helper file for lib/Filter/Simple/t/filter.t
 t/lib/h2ph.h                   Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
@@ -2163,6 +2186,7 @@ t/op/my_stash.t                   See if my Package works
 t/op/nothr5005.t               local @_ test which does not work under use5005threads
 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/or.t                       See if || works in weird situations
 t/op/ord.t                     See if ord works
 t/op/override.t                        See if operator overriding works
 t/op/pack.t                    See if pack and unpack work
@@ -2199,6 +2223,8 @@ t/op/subst_amp.t          See if $&-related substitution works
 t/op/subst_wamp.t              See if substitution works with $& present
 t/op/sub_lval.t                        See if lvalue subroutines work
 t/op/sysio.t                   See if sysread and syswrite work
+t/op/system.t                  See if system works
+t/op/system_tests              Test runner for system.t
 t/op/taint.t                   See if tainting works
 t/op/tie.t                     See if tie/untie functions work
 t/op/tiearray.t                        See if tie for arrays works
@@ -2250,7 +2276,15 @@ t/pod/testpods/lib/Pod/Stuff.pm                  Sample data for find.t
 t/README                       Instructions for regression tests
 t/run/exit.t                    Test perl's exit status.
 t/run/kill_perl.t               Tests that kill perl.
+t/run/noswitch.t               Test aliasing ARGV for other switch tests
 t/run/runenv.t                 Test if perl honors its environment variables.
+t/run/switcha.t                        Test the -a switch
+t/run/switches.t               Tests for the other switches
+t/run/switchF.t                        Test the -F switch
+t/run/switchn.t                        Test the -n switch
+t/run/switchp.t                        Test the -p switch
+t/run/switchx.aux               Data for switchx.t
+t/run/switchx.t                 Test the -x switch
 t/TEST                         The regression tester
 t/test.pl                      Simple testing library
 t/TestInit.pm                  Preamble library for core tests
@@ -2299,8 +2333,6 @@ vms/ext/Stdio/Makefile.PL MakeMaker driver for VMS::Stdio
 vms/ext/Stdio/Stdio.pm         VMS options to stdio routines
 vms/ext/Stdio/Stdio.xs         VMS options to stdio routines
 vms/ext/Stdio/test.pl          regression tests for VMS::Stdio
-vms/ext/vmsish.pm              Control VMS-specific behavior of Perl core
-vms/ext/vmsish.t               Tests for vmsish.pm
 vms/ext/XSSymSet.pm            manage linker symbols when building extensions
 vms/genconfig.pl               retcon config.sh from config.h
 vms/genopt.com                 hack to write options files in case of broken makes