Acme-AsciiEmoji
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.006;
use strict;
use warnings;
use ExtUtils::MakeMaker;
use Module::Metadata;
WriteMakefile(
NAME => 'Acme::AsciiEmoji',
AUTHOR => q{Robert Acock <email@lnation.org>},
VERSION_FROM => 'lib/Acme/AsciiEmoji.pm',
ABSTRACT_FROM => 'lib/Acme/AsciiEmoji.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
macro => { TARFLAGS => "--format=ustar -c -v -f" },
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
},
PREREQ_PM => {
'Exporter::Tiny' => 0,
'strict' => 0,
'warnings' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Acme-AsciiEmoji-*' },
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'https://github.com/ThisUsedToBeAnEmail/Acme-AsciiEmoji.git',
web => 'https://github.com/ThisUsedToBeAnEmail/Acme-AsciiEmoji',
},
},
},
META_ADD => {
provides => Module::Metadata->provides(version => '2', dir => 'lib'),
},
);
( run in 3.855 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )