Subject: | Makefile.PL broken in 5.14.0-RC1 |
$ cpanm --look FCGI
--> Working on FCGI
Fetching
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-0.71.tar.gz ... OK
Entering /Users/sartak/.cpanm/work/1303311234.47036/FCGI-0.71 with /bin/zsh
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Can't use string ("Sven Verdoolaege (skimo@kotnet.o"...) as an ARRAY ref
while "strict refs" in use at
/Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0/ExtUtils/MM_Unix.pm
line 2893.
$ perl -V
Summary of my perl5 (revision 5 version 14 subversion 0) configuration:
Platform:
osname=darwin, osvers=10.7.0, archname=darwin-2level
uname='darwin kaitain.local 10.7.0 darwin kernel version 10.7.0: sat
jan 29 15:17:16 pst 2011; root:xnu-1504.9.37~1release_i386 i386 i386 '
config_args='-de -Dprefix=/Users/sartak/.perl/perls/perl-5.14.0-RC1'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing
-pipe -fstack-protector -I/usr/local/include',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 (Apple Inc. build 5664)',
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='
-fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup
-L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Locally applied patches:
RC1
Built under darwin
Compiled at Apr 20 2011 10:05:31
%ENV:
PERL5LIB="lib"
PERLBREW_ROOT="/Users/sartak/.perl"
PERL_CPANM_OPT="--prompt"
PERL_PREFER_CPAN_CLIENT="cpanm"
@INC:
lib
/Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/site_perl/5.14.0/darwin-2level
/Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/site_perl/5.14.0
/Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0/darwin-2level
/Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0
.
$ perl -MV=ExtUtils::MakeMaker
ExtUtils::MakeMaker
/Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0/ExtUtils/MakeMaker.pm:
6.57_05