NAME

    Pod::Markdown::Githubert - convert POD to Github-flavored Markdown

INSTALLATION

    To download and install this module, use your favorite CPAN client, e.g.
    "cpan":

        cpan Pod::Markdown::Githubert

    Or "cpanm":

        cpanm Pod::Markdown::Githubert

    To do it manually, run the following commands (after downloading and
    unpacking the tarball):

        perl Makefile.PL
        make
        make test
        make install

COPYRIGHT & LICENSE

    Copyright 2023-2024 Lukas Mai.

    This module is free software; you can redistribute it and/or modify it
    under the same terms as the Perl 5 programming language system itself,
    i.e. either the GNU General Public License as published by the Free
    Software Foundation (version 1 or later) or the Artistic License.

    For your convenience, the GNU GPL (version 1) and Artistic License are
    included in this distribution as GPLv1 and Artistic, respectively.

