The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "App-Maisha-Plugin-PingFM",
    "version": "0.05",
    "abstract": "A Maisha plugin for ping.fm",
    "author": [
        "Barbie (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" : [
        "pingfm",
        "cli",
        "networking",
        "social",
        "blogging"
    ],

    "prereqs" : {
        "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"
            }
        },
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "App::Maisha": "0.06",
                "Class::Accessor::Fast": "0",
                "Net::PingFM": "0"
            }
        }
    },

    "provides": {
        "App::Maisha::Plugin::PingFM": {
            "file": "lib/App/Maisha/Plugin/PingFM.pm",
            "version": "0.05"
        }
    },
    "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=App-Maisha-Plugin-PingFM" },
        "repository": {
            "url": "git://github.com/barbie/app-maisha-plugin-pingfm.git",
            "web": "http://github.com/barbie/app-maisha-plugin-pingfm",
            "type": "git"
        }
    }
}