Alt-Acme-Math-XS-ZillaDist

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# Dist::Zilla::Plugin::InlineModule 0.04
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.32.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.008001;
use ExtUtils::MakeMaker;

use lib 'inc';
use Inline::Module;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Math is HARD (faster)",
  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Alt-Acme-Math-XS-ZillaDist",
  "EXE_FILES" => [],



( run in 0.231 second using v1.01-cache-2.11-cpan-87723dcf8b7 )