Subject: | Undefined subroutine &ExtUtils::ParseXS::errors in v3.00+ |
Hi there,
Might be fixed by the newer 3.00_02 version (haven't checked which
xsubpp version is being picked up yet), but I've noticed the following
error message:
Undefined subroutine &ExtUtils::ParseXS::errors
on some CPAN smoke test vms after 3.00_01 was built:
CPAN.pm: Going to build S/SM/SMUELLER/Class-XSAccessor-1.11.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Class::XSAccessor
Writing MYMETA.yml and MYMETA.json
(/boot/common/bin/perl Makefile.PL exited with 0)
CPAN::Reporter: Makefile.PL result is 'pass', No errors.
cp lib/Class/XSAccessor.pm blib/lib/Class/XSAccessor.pm
cp lib/Class/XSAccessor/Array.pm blib/lib/Class/XSAccessor/Array.pm
cp lib/Class/XSAccessor/Heavy.pm blib/lib/Class/XSAccessor/Heavy.pm
/boot/common/bin/perl /boot/common/lib/perl5/5.10.1/ExtUtils/xsubpp
-typemap /boot/common/lib/perl5/5.10.1/ExtUtils/typemap XSAccessor.xs >
XSAccessor.xsc && /boot/common/bin/perl -MExtUtils::Command -e 'mv' --
XSAccessor.xsc XSAccessor.c
Undefined subroutine &ExtUtils::ParseXS::errors called at
/boot/common/lib/perl5/5.10.1/ExtUtils/xsubpp line 41.
make: *** [XSAccessor.c] Error 255
(/boot/common/bin/make exited with 512)
CPAN::Reporter: make result is 'unknown', Stopped with an error.
CPAN::Reporter: preparing a CPAN Testers report for Class-XSAccessor-1.11
When I get a chance to retest with 3.00_02 I'll update the ticket if
this is still an issue.
thanks,
Tom