Acme-Math-XS-LeanDist
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use strict;
use ExtUtils::MakeMaker;
# Commented out for distribution by Inline::Module::LeanDist
#use Inline::Module::LeanDist::MakefilePL;
WriteMakefile(
NAME => 'Acme::Math::XS::LeanDist',
VERSION_FROM => 'lib/Acme/Math/XS/LeanDist.pm',
LICENSE => 'perl',
dist => {
PREOP => 'pod2text $(VERSION_FROM) > $(DISTVNAME)/README',
},
META_MERGE => {
resources => {
repository => 'git://github.com/hoytech/Acme-Math-XS-LeanDist.git',
bugtracker => 'https://github.com/hoytech/Acme-Math-XS-LeanDist/issues',
},
},
postamble => {
inline => {
file => 'lib/Acme/Math/XS/LeanDist.pm',
},
},
OBJECT => 'LeanDist.o ',
);
( run in 1.531 second using v1.01-cache-2.11-cpan-ceb78f64989 )