App-BlurFill

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'App::BlurFill',
    VERSION_FROM => 'lib/App/BlurFill.pm',
    LICENSE      => 'perl',
    AUTHOR       => 'dave@perlhacks.com',
    ABSTRACT     => 'Blurred background fill image processor',
    PREREQ_PM    => {
        'Imager'         => 0,
        'File::Basename' => 0,
        'File::Temp'     => 0,
        'Test::More'     => 0,
        'Dancer2'        => 0,
        'Plack'          => 0,
        'Starman'        => 0,
    },
    MIN_PERL_VERSION => '5.040',
    EXE_FILES        => [ 'bin/app.psgi', 'bin/blurfill' ],
    META_MERGE    => {
        'meta-spec' => { version => 2 },
        resources => {
            repository => {
                type => 'git',
                url  => 'https://github.com/davorg-cpan/app-blurfill.git',
                web  => 'https://github.com/davorg-cpan/app-blurfill',
            },
            bugtracker => {
                web  => 'https://github.com/davorg-cpan/app-blurfill/issues',
            },
        },
    },
);



( run in 0.540 second using v1.01-cache-2.11-cpan-f56aa216473 )