The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "podlators",
    "version": "4.10",
    "synopsis": "format POD source into various output formats",
    "maintainer": "Russ Allbery <rra@cpan.org>",
    "copyrights": [
        {
            "holder": "Russ Allbery <rra@cpan.org>",
            "years": "1999-2010, 2012-2017",
        },
    ],
    "license": "Perl",
    "build": {
        "lancaster": true,
        "type": "ExtUtils::MakeMaker",
    },
    "support": {
        "cpan": "podlators",
        "email": "rra@cpan.org",
        "web": "https://www.eyrie.org/~eagle/software/podlators/",
    },
    "vcs": {
        "type": "Git",
        "url": "https://git.eyrie.org/git/perl/podlators.git",
        "browse": "https://git.eyrie.org/?p=perl/podlators.git",
        "github": "rra/podlators",
        "openhub": "https://www.openhub.net/p/podlators",
    },
    "quote": {
        "author": "Robert Fripp",
        "work": "\"The Road to Graceland\"",
    },
    "distribution": {
        "section": "perl",
        "tarname": "podlators",
        "version": "podlators",
    },
    "docs": {
        "user": [
            {
                "name": "perlpodstyle",
                "title": "POD style guide",
            },
            {
                "name": "pod2man",
                "title": "pod2man documentation",
            },
            {
                "name": "pod2text",
                "title": "pod2text documentation",
            },
            {
                "name": "thanks",
                "title": "Thanks and credits",
            },
        ],
        "api": [
            {
                "name": "pod-man",
                "title": "Pod::Man",
            },
            {
                "name": "pod-text",
                "title": "Pod::Text",
            },
            {
                "name": "pod-text-color",
                "title": "Pod::Text::Color",
            },
            {
                "name": "pod-text-overstrike",
                "title": "Pod::Text::Overstrike",
            },
            {
                "name": "pod-text-termcap",
                "title": "Pod::Text::Termcap",
            }
        ],
    },
}