use warnings;
use ExtUtils::MakeMaker;
-my @DEFINES;
-
-# Threads, Windows and 5.8.x don't seem to be best friends
-if ($^O eq 'MSWin32' && $^V lt v5.9.0) {
- push @DEFINES, '-DI_MULTIPLICITY=0';
-}
-
-@DEFINES = (DEFINE => join ' ', @DEFINES) if @DEFINES;
-
my $dist = 'autovivification';
(my $name = $dist) =~ s{-}{::}g;
'Test::More' => 0,
%PREREQ_PM,
},
- dynamic_config => 1,
+ dynamic_config => 0,
resources => {
bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
homepage => "http://search.cpan.org/dist/$dist/",
VERSION_FROM => $file,
ABSTRACT_FROM => $file,
PL_FILES => {},
- @DEFINES,
PREREQ_PM => \%PREREQ_PM,
MIN_PERL_VERSION => 5.008,
META_MERGE => \%META,