The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
CHANGES      -- Change history
README       -- Main information file
MANIFEST     -- This shipping list
TODO         -- Tentative "to do" list for future development
Makefile.PL  -- Perl Makefile template

lib/Pod/InputObjects.pm -- Input objects for Pod::Parser
lib/Pod/Parser.pm    -- The Pod::Parser module source
lib/Pod/ParseUtils.pm -- The Pod::ParseUtils module source
lib/Pod/Select.pm    -- The Pod::Select module source
lib/Pod/PlainText.pm -- The Pod::PlainText module source
lib/Pod/Usage.pm     -- The Pod::Usage module source
lib/Pod/Checker.pm   -- The Pod::Checker module source
lib/Pod/Find.pm      -- The Pod::Find module source

scripts/podselect.PL -- Script to print selected sections of pod docs in raw
                        pod format (a command-line interface to podselect()).
scripts/pod2usage.PL -- Script to print usage from a file's embeded pod docs
                        (a command-line interface to pod2usage()).
scripts/podchecker.PL -- Script to check syntax of pods in a file

t/pod/testcmp.pl      -- module used to compare output against expected results
t/pod/testp2pt.pl     -- module used to test Pod::PlainText for a given file
t/pod/testpchk.pl     -- module used to test Pod::Checker for a given file
t/pod/emptycmd.t      -- test-input file for an empty pod directive
t/pod/emptycmd.xr     -- expected result from processing emptycmd.t
t/pod/find.t          -- test for Pod::Find
t/pod/for.t           -- test-input file for =for directives
t/pod/for.xr          -- expected result from processing for.t
t/pod/headings.t      -- test-input file for =head directives
t/pod/headings.xr     -- expected result from processing headings.t
t/pod/include.t       -- test-input file for an =included file
t/pod/include.xr      -- expected result from processing include.t
t/pod/included.t      -- test-input file for =including another file
t/pod/included.xr     -- expected result from processing included.t
t/pod/lref.t          -- test-input file for L<...> sequences
t/pod/lref.xr         -- expected result from processing lref.t
t/pod/multiline_items.t  -- test-input file for multiline =items
t/pod/multiline_items.xr -- expected result from processing multiline_items.t
t/pod/nested_items.t  -- test-input file for nested =items
t/pod/nested_items.xr -- expected result from processing nested_items.t
t/pod/nested_seqs.t   -- test-input file for nested interior sequences
t/pod/nested_seqs.xr  -- expected result from processing nested_seqs.t
t/pod/oneline_cmds.t  -- test-input file for ==cmds 
t/pod/oneline_cmds.xr -- expected result from processing oneline_cmds.t
t/pod/poderrs.t       -- test input file for checking some POD errors
t/pod/poderrs.xr      -- expected result from processing poderrs.t
t/pod/pod2usage.t     -- test input file for processing pod2usage.PL
t/pod/pod2usage.xr    -- expected result from processing pod2usage.PL
t/pod/podselect.t     -- test input file for processing podselect.PL
t/pod/podselect.xr    -- expected result from processing podselect.PL
t/pod/special_seqs.t  -- test-input file for "special" interior sequences
t/pod/special_seqs.xr -- expected result from processing special_seqs.t