Acme-AsciiArt2HtmlTable

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'Acme::AsciiArt2HtmlTable',
    AUTHOR              => 'Jose Castro <cog@cpan.org>',
    VERSION_FROM        => 'lib/Acme/AsciiArt2HtmlTable.pm',
    ABSTRACT_FROM       => 'lib/Acme/AsciiArt2HtmlTable.pm',
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Acme-AsciiArt2HtmlTable-*' },
);



( run in 1.281 second using v1.01-cache-2.11-cpan-5a3173703d6 )