Acme-AsciiEmoji

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Makefile.PL
MANIFEST			This list of files
README
README.md
t/00-load.t
t/01-emoji.t
t/manifest.t
t/pod-coverage.t
t/pod.t
xt/boilerplate.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

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,
    CONFIGURE_REQUIRES => {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.342 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )