Apache-AxKit-Language-Svg2AnyFormat

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# use 5.008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'AUTHOR'	    => 'Tom Schindl <tom.schindl@bestsolution.at>',
    'NAME'          => 'Apache::AxKit::Language::Svg2AnyFormat',
    'VERSION_FROM'  => 'lib/Apache/AxKit/Language/Svg2AnyFormat.pm', # finds $VERSION
    'PREREQ_PM'	    => {
        AxKit         => "1.6.1",
        Image::Magick => "5.55",
        Image::LibRSVG => "0.01",
    },
    'dist' => {
        COMPRESS => "gzip -9",
        SUFFIX   => "gz",
    },
);



( run in 0.645 second using v1.01-cache-2.11-cpan-39bf76dae61 )