self

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => "self",
    VERSION_FROM => "lib/self.pm",
    ABSTRACT_FROM => "lib/self.pm",
    AUTHOR => 'Kang-min Liu <gugod@gugod.org>',
    PREREQ_PM => {
        'PadWalker'        => '1.93',
        'B::OPCheck'       => '0.27',
        'B::Hooks::Parser' => '0.21',
        'Sub::Exporter'    => '0',
    },
    BUILD_REQUIRES => {
        'Test2::V0'  => '0.000139',
    },
    META_MERGE => {
        'meta-spec' => { version => 2 },
        resources => {
            repository => {
                type => 'git',
                url => 'git://github.com/gugod/self.git',
                web => 'https://github.com/gugod/self',
            }
        }
    },
    dist => {
        COMPRESS => "zopfli -i50",
    },
);



( run in 0.569 second using v1.01-cache-2.11-cpan-d8267643d1d )