The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "Test-JSON-Meta",
    "version": "0.11",
    "abstract": "A test module to validate a CPAN META.json file.",
    "author": ["Barbie <barbie@cpan.org>"],

    "license": "artistic_2",
    "dynamic_config" : 0,
    "release_status" : "stable",
    "meta-spec": {
        "version": "2",
        "url": "http://search.cpan.org/dist/CPAN-Meta/lib/CPAN/Meta/Spec.pm"
    },
    "generated_by": "Hand 1.0",
    "keywords" : [
        "qa",
        "cpan",
        "testing"
    ],

    "prereqs" : {
        "runtime" : {
            "requires" : {
                "Test::More": "0.62",
                "Test::CPAN::Meta::JSON": "0.10"
            }
        },
        "test" : {
            "requires": {
                "Test::More": "0.62"
            },
            "recommends": {
                "Test::More": "0.70",
                "Test::Pod": "1.00",
                "Test::Pod::Coverage": "0.08",
                "Test::CPAN::Meta": "0.13"
            }
        }
    },

    "provides": {
        "Test::JSON::Meta": {
            "file": "lib/Test/JSON/Meta.pm",
            "version": "0.11"
        }
    },
    "no_index": {
        "directory": ["t","examples"]
    },

    "resources": {
        "license": "http://dev.perl.org/licenses/",
        "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Test-JSON-Meta" },
        "repository": {
            "url": "git://github.com/barbie/Test-JSON-Meta.git",
            "web": "http://github.com/barbie/Test-JSON-Meta",
            "type": "git"
        }
    }
}