Text-Microformat

Text::Microformat is a Microformat parser for Perl.

Text::Microformat sports a very pluggable API, which allows not only new kinds of Microformats to be added, but also extension of the parser itself, to allow new parsing metaphors and source document encodings.

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 Text::Microformat

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Text-Microformat

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Microformat

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Text-Microformat

    CPAN Ratings:
        http://cpanratings.perl.org/d/Text-Microformat

COPYRIGHT AND LICENCE

Copyright (C) 2007 Keith Grennan

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.