Add test for Pod::LaTeX; re-sort MANIFEST.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 87bd671..f8b08d6 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -975,8 +975,8 @@ 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/filter.t   See if Filter::Simple works
 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
@@ -1128,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)
@@ -1150,6 +1153,7 @@ 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
@@ -1893,8 +1897,8 @@ pod/perltodo.pod          Todo list explained
 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/perlunintro.pod            Unicode introduction
 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
@@ -1913,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
@@ -2046,8 +2051,8 @@ 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/FilterTest.pm            Helper file for lib/Filter/Simple/t/filter.t
 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
 t/lib/locale/latin1            Part of locale.t in Latin 1
@@ -2181,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
@@ -2270,15 +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/runenv.t                 Test if perl honors its environment variables.
 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.t                 Test the -x switch
 t/run/switchx.aux               Data for switchx.t
-t/run/switchF.t                        Test the -F switch
-t/run/switches.t               Tests for the other switches
+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