The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
    "name": "Labyrinth-DIUtils-ImageMagick",
    "version": "5.08",
    "abstract": "Digital Image utilities driver with ImageMagick for Labyrinth Framework",
    "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" : [
        "web",
        "cgi",
        "framework"
    ],

    "prereqs" : {
        "test" : {
            "requires": {
                "File::Copy": "0",
                "File::Path": "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"
            }
        },
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "Image::Magick": "0"
            }
        }
    },

    "provides": {
        "Labyrinth::DIUtils::ImageMagick": {
            "file": "lib/Labyrinth/DIUtils/ImageMagick.pm",
            "version": "5.08"
        }
    },
    "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=Labyrinth-DIUtils-ImageMagick" },
        "repository": {
            "url": "git://github.com/barbie/labyrinth-diutils-imdriver.git",
            "web": "http://github.com/barbie/labyrinth-diutils-imdriver",
            "type": "git"
        }
    }
}