diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-20 20:50:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-20 20:50:41 +0000 |
commit | 43c344fe72d16017dc10e89f633aa363dc10f20d (patch) | |
tree | ca7c7589d0cd72e898bab2d9eac92e321888e9c2 /MANIFEST | |
parent | 1826411a4d1d01fc62c0c7f61ae006f489a962fc (diff) | |
download | perl-43c344fe72d16017dc10e89f633aa363dc10f20d.tar.gz |
Add test for Pod::LaTeX; re-sort MANIFEST.
p4raw-id: //depot/perl@13143
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 @@ -1153,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 @@ -1896,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/perluniintro.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 @@ -2050,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 @@ -2275,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 |