1ANNOUNCE     -- announcement of end of support for this package
2CHANGES      -- Change history
3README       -- Main information file
4MANIFEST     -- This shipping list
5TODO         -- Tentative "to do" list for future development
6Makefile.PL  -- Perl Makefile template
7
8lib/Pod/InputObjects.pm -- Input objects for Pod::Parser
9lib/Pod/Parser.pm    -- The Pod::Parser module source
10lib/Pod/ParseUtils.pm -- The Pod::ParseUtils module source
11lib/Pod/Select.pm    -- The Pod::Select module source
12lib/Pod/PlainText.pm -- The Pod::PlainText module source
13lib/Pod/Find.pm      -- The Pod::Find module source
14
15scripts/podselect.PL -- Script to print selected sections of pod docs in raw
16                        pod format (a command-line interface to podselect()).
17
18t/pod/testcmp.pl      -- module used to compare output against expected results
19t/pod/testp2pt.pl     -- module used to test Pod::PlainText for a given file
20t/pod/testpchk.pl     -- module used to test Pod::Checker for a given file
21t/pod/empty.xr        -- expected result for selfcheck (empty file)
22t/pod/emptycmd.t      -- test-input file for an empty pod directive
23t/pod/emptycmd.xr     -- expected result from processing emptycmd.t
24t/pod/contains_pod.t  -- test for Pod::Find::contains_pod
25t/pod/contains_pod.xr -- test file
26t/pod/find.t          -- test for Pod::Find
27t/pod/for.t           -- test-input file for =for directives
28t/pod/for.xr          -- expected result from processing for.t
29t/pod/headings.t      -- test-input file for =head directives
30t/pod/headings.xr     -- expected result from processing headings.t
31t/pod/include.t       -- test-input file for an =included file
32t/pod/include.xr      -- expected result from processing include.t
33t/pod/included.t      -- test-input file for =including another file
34t/pod/included.xr     -- expected result from processing included.t
35t/pod/lref.t          -- test-input file for L<...> sequences
36t/pod/lref.xr         -- expected result from processing lref.t
37t/pod/multiline_items.t  -- test-input file for multiline =items
38t/pod/multiline_items.xr -- expected result from processing multiline_items.t
39t/pod/nested_items.t  -- test-input file for nested =items
40t/pod/nested_items.xr -- expected result from processing nested_items.t
41t/pod/nested_seqs.t   -- test-input file for nested interior sequences
42t/pod/nested_seqs.xr  -- expected result from processing nested_seqs.t
43t/pod/oneline_cmds.t  -- test-input file for ==cmds
44t/pod/oneline_cmds.xr -- expected result from processing oneline_cmds.t
45t/pod/podselect.t     -- test input file for processing podselect.PL
46t/pod/podselect.xr    -- expected result from processing podselect.PL
47t/pod/selfcheck.t     -- run our own POD through podchecker
48t/pod/special_seqs.t  -- test-input file for "special" interior sequences
49t/pod/special_seqs.xr -- expected result from processing special_seqs.t
50t/pod/twice.t         -- make sure Pod::Parser is re-entrant
51t/pod/testpods/lib/Pod/Stuff.pm -- test POD for t/pod/find.t
52t/pod/contains_bad_pod.xr -- expected results
53
54META.yml                                Module meta-data (added by MakeMaker)
55