Acme-Iota

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use utf8;

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => 'Acme::Iota',
    AUTHOR => 'Christoph Gärtner <cygx@cpan.org>',
    LICENSE => 'open_source',
    VERSION_FROM => 'lib/Acme/Iota.pm',
    ABSTRACT_FROM => 'lib/Acme/Iota.pm',
    PREREQ_PM => { 'Test::More' => 0 },
);



( run in 0.702 second using v1.01-cache-2.11-cpan-97f6503c9c8 )