The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "Data-Phrasebook-Loader-DBI",
    "version": "0.14",
    "abstract": "Loader class for phrasebook implementations using DBI",
    "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": "Hand 1.0",
    "keywords" : [
        "phrasebook"
    ],

    "prereqs" : {
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "Carp": "0",
                "Data::Phrasebook": "0.24",
                "DBI": "0"
            }
        },
        "test" : {
            "requires": {
                "IO::File": "0",
                "Test::More": "0.70"
            },
            "recommends": {
                "Test::CPAN::Meta": "0",
                "Test::CPAN::Meta::JSON": "0",
                "Test::MockObject": "0",
                "Test::Pod": "1.00",
                "Test::Pod::Coverage": "0.08"
            }
        }
    },

    "provides": {
        "Data::Phrasebook::Loader::DBI": {
            "file": "lib/Data/Phrasebook/Loader/DBI.pm",
            "version": "0.14"
        }
    },
    "no_index": {
        "directory": ["t","examples"]
    },

    "resources": {
        "license": "http://dev.perl.org/licenses/",
        "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Data-Phrasebook-Loader-DBI" },
        "repository": {
            "url": "git://github.com/barbie/data-phrasebook-loader-dbi.git",
            "web": "http://github.com/barbie/data-phrasebook-loader-dbi",
            "type": "git"
        }
    }
}