The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "WWW-Scraper-ISBN-Amazon_Driver",
    "version": "0.37",
    "abstract": "Search drivers for the Amazon online catalog.",
    "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" : [
        "isbn",
        "books",
        "scraper"
    ],

    "prereqs" : {
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "JSON": "0",
                "WWW::Mechanize": "1.60",
                "WWW::Scraper::ISBN": "1.00",
                "WWW::Scraper::ISBN::Driver": "1.00"
            }
        },
        "test" : {
            "requires": {
                "Data::Dumper": "0",
                "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": {
        "WWW::Scraper::ISBN::Amazon_Driver": {
            "file": "lib/WWW/Scraper/ISBN/Amazon_Driver.pm",
            "version": "0.37"
        },
        "WWW::Scraper::ISBN::AmazonUK_Driver": {
            "file": "lib/WWW/Scraper/ISBN/AmazonUK_Driver.pm",
            "version": "0.37"
        },
        "WWW::Scraper::ISBN::AmazonUS_Driver": {
            "file": "lib/WWW/Scraper/ISBN/AmazonUS_Driver.pm",
            "version": "0.37"
        }
    },
    "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=WWW-Scraper-ISBN-Amazon_Driver" },
        "repository": {
            "url": "git://github.com/barbie/www-scraper-isbn-amazon_driver.git",
            "web": "http://github.com/barbie/www-scraper-isbn-amazon_driver",
            "type": "git"
        }
    }
}