Subject: | ExtUtils::Typemaps doesn't exist in Perl 5.14 |
Date: | Wed, 2 Apr 2014 13:58:32 +0200 |
To: | bug-ExtUtils-XSpp [...] rt.cpan.org |
From: | Mojca Miklavec <mojca [...] macports.org> |
Between version 0.16 and 0.18 of ExtUtils-XSpp the following line has
been added to ExtUtils/XSpp/Typemap.pm:
use ExtUtils::Typemaps;
Building some packages now fails with
Can't locate ExtUtils/Typemaps.pm in @INC
because Perl 5.14 doesn't seem to contain
$prefix/lib/perl5/5.14.x/ExtUtils/Typemaps.pm
The failing command:
/opt/local/bin/perl5.14 -MExtUtils::XSpp::Cmd -e xspp -- -t
typemap.xsp XS/VarHScrollHelper.xsp > XS/VarHScrollHelper.xs
Can't locate ExtUtils/Typemaps.pm in @INC
For more details see https://trac.macports.org/ticket/43157 (and the
ticket referenced there).
Mojca