Re: [rt.cpan.org #82306] Not building for Perl 5.16 on Windows

[email protected] (Leon Timmermans) Tue, 1 Jan 2013 23:49:15 +0100
Newsgroups perl.module.build
Message-ID <CAHhgV8hXrKMy=GiSQDR_3jY6Po=-6GmtgYN8YYazcASf7eGs_A@mail.gmail.com>
On Tue, Jan 1, 2013 at 9:25 PM, Lyle <[email protected]> wrote:
> I submitted a bug to rjbs about one of his modules not building on Window=
s.
> He's kicked back that it's actually a Module::Build error. Looking at the
> build log, it appears he's correct:
> http://ppm4.activestate.com/MSWin32-x86/5.16/1600/R/RJ/RJBS/CGI-Applicati=
on-Server-0.062.d/log-20120819T121907.txt
> Then I would presume that this is affecting a lot of modules?

The error is =C2=ABCan't locate version/vpp.pm=C2=BB, that suggests somethi=
ng is
wrong with your version.pm installation. 5.16 ships with a recent
version of version, so it shouldn't need the pure perl version in the
first place. Does =C2=ABperl -Mversion -E 'say version->new(1)'=C2=BB work?

This really sounds like something is wrong with your local setup, but
it could be a number of things.

Leon