Wed Jan 12 10:14:24 2011: Request 64576 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: pp bug
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64576 >
On 2011-01-12 06:47:08, [email protected] wrote:
> Writing Makefile for PAR::Packer Undefined subroutine &version::v
s::_VERSION called at inc/Module/Install/Makefile.pm line 357.
Your Perl installation looks broken: check for conflicting
versions of the module "version.pm" along your module search path
(@INC). There's probably a "version.pm" from the Perl core
and another one from CPAN. Both may have an XS part in
...\auto\version\vxs\vxs.dll, one of which may be missing etc.
Looks like "use version" loads the Perl part of version.pm
from one installation and the XS part (vxs.dll) from
the other and they are not compatible.
Cheers, Roderich