Image-Magick-PixelMosaic
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Image::Magick::PixelMosaic',
VERSION_FROM => 'lib/Image/Magick/PixelMosaic.pm',
PREREQ_PM => {
Image::Magick => q/6.2.4/
}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Image/Magick/PixelMosaic.pm', # retrieve abstract from module
AUTHOR => 'KATOU Akira <turugina@cpan.org>') : ()),
);
( run in 3.024 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )