{
    "name": "PGP::Sign",
    "version": "1.04",
    "synopsis": "create and verify detached PGP signatures",
    "maintainer": "Russ Allbery <rra@cpan.org>",
    "copyrights": [
        {
            "holder": "Russ Allbery <rra@cpan.org>",
            "years": "1997-2000, 2002, 2004, 2018, 2020",
        },
    ],
    "license": "Perl",
    "build": {
        "lancaster": true,
        "type": "Module::Build",
    },
    "support": {
        "cpan": "PGP-Sign",
        "email": "rra@cpan.org",
        "web": "https://www.eyrie.org/~eagle/software/pgp-sign/",
    },
    "vcs": {
        "type": "Git",
        "url": "https://git.eyrie.org/git/perl/pgp-sign.git",
        "browse": "https://git.eyrie.org/?p=perl/pgp-sign.git",
        "github": "rra/pgp-sign",
        "status": {
            "workflow": "build",
        },
    },
    "quote": {
        "author": "William Shakespeare",
        "work": "Hamlet",
        "broken": true,
    },
    "distribution": {
        "section": "perl",
        "tarname": "PGP-Sign",
        "version": "pgp-sign",
        "cpan": "PGP-Sign",
        "ignore": [
            "^\\.github/",
            "^t/data/gnupg1/random_seed$",
            "^t/data/gnupg./trustdb\\.gpg$",
        ],
    },
    "packaging": {
        "debian": "libpgp-sign-perl",
    },
    "docs": {
        "user": [
            {
                "name": "docs",
                "title": "Module documentation",
            },
            {
                "name": "thanks",
                "title": "Thanks and credits",
            },
        ],
    },
}