Skip to content

poti1/pod-lol

Repository files navigation

Pod-LOL

Pod::LOL is a simple Perl library to parse Pod into a list of lists (LOL).

This class may be of interest for anyone writing a Pod parser.

This module takes Pod (as a file) and returns a list of lists (LOL)
structure.

This is a subclass of Pod::Simple and inherits all of its methods.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Pod::LOL

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-LOL

    CPAN Ratings
        https://cpanratings.perl.org/d/Pod-LOL

    Search CPAN
        https://metacpan.org/release/Pod-LOL


LICENSE AND COPYRIGHT

This software is Copyright (c) 2022 by Tim Potapov.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)