The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "Calendar-List",
    "version": "0.28",
    "abstract": "A module for creating date lists.",
    "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": "The Hand of Barbie 1.0",
    "keywords" : [
        "date",
        "calendar"
    ],

    "prereqs" : {
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "Clone": "0",
                "Tie::IxHash": "0",
                "Time::Local": "0"
            },
            "recommends": {
                "Time::Piece": "0",
                "Date::ICal": "0",
                "DateTime": "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": {
        "Calendar::List": {
            "file": "lib/Calendar/List.pm",
            "version": "0.28"
        },
        "Calendar::Functions": {
            "file": "lib/Calendar/Functions.pm",
            "version": "0.28"
        }
    },
    "no_index": {
        "directory": ["t","examples"]
    },

    "resources": {
        "license": [ "http://www.perlfoundation.org/artistic_license_2_0" ],
        "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Calendar-List" },
        "repository": {
            "url": "git://github.com/barbie/calendar-list.git",
            "web": "http://github.com/barbie/calendar-list",
            "type": "git"
        }
    }
}