Acme-TestDist-Cpp-EUMM-EUCppGuess
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.006;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
use ExtUtils::CppGuess;
my $guess = ExtUtils::CppGuess->new;
WriteMakefile(
NAME => 'Acme::TestDist::Cpp::EUMM::EUCppGuess',
AUTHOR => 'Helmut Wollmersdorfer <helmut.wollmersdorfer@gmail.com>',
ABSTRACT_FROM => 'lib/Acme/TestDist/Cpp/EUMM/EUCppGuess.pm',
VERSION_FROM => 'lib/Acme/TestDist/Cpp/EUMM/EUCppGuess.pm', # finds $VERSION
MIN_PERL_VERSION => '5.6.0',
PREREQ_PM => {}, # e.g., Module::Name => 1.1
dist => {
PREOP => 'pod2text lib/Acme/TestDist/Cpp/EUMM/EUCppGuess.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
$guess->makemaker_options,
TEST_REQUIRES => {
'Test::More' => '0.88',
},
META_MERGE => {
'meta-spec' => { version => 2 },
license => [ 'perl_5' ],
prereqs => {
runtime => {
requires => {
#ifndef UV_MAX
# define UV_MAX PERL_ULONG_MAX
#endif
#endif
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
#ifndef UVSIZE
# define UVSIZE IVSIZE
#endif
#ifndef sv_setuv
( run in 0.270 second using v1.01-cache-2.11-cpan-702932259ff )