The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "VCS-Lite",
    "version": "0.10",
    "abstract": "A minimal version control system",
    "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" : [
        "version control"
    ],

    "prereqs" : {
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "Algorithm::Diff": "1.13",
                "Carp": "0",
                "Getopt::Long": "0"
            }
        },
        "test" : {
            "requires": {
                "IO::File": "0",
                "Test::More": "0.70"
            },
            "recommends": {
                "Test::CPAN::Meta": "0",
                "Test::CPAN::Meta::JSON": "0",
                "Test::Pod": "1.00",
                "Test::Pod::Coverage": "0.08"
            }
        }
    },

    "provides": {
        "VCS::Lite": {
            "file": "lib/VCS/Lite.pm",
            "version": "0.10"
        },
        "VCS::Lite::Delta": {
            "file": "lib/VCS/Lite/Delta.pm",
            "version": "0.10"
        }
    },
    "no_index": {
        "directory": ["t","examples"]
    },

    "resources": {
        "license": "http://dev.perl.org/licenses/",
        "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=VCS-Lite" }
    }
}