Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 70483
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.0203
Fixed in: 2.0204



Subject: ExtUtils::ParseXS should be marked as a PREREQ
I tried to install Moose on a system which contained ExtUtils::ParseXS 2.2206 on it, which failed. I upgraded ExtUtils::ParseXS to 3.04, and the test passed. I recommend ExtUtils::ParseXS to the PREREQs, with 3.04 as a minimum version, unless you know some older version to work as well. The particular error I got before was: "Undefined subroutine &ExtUtils::ParseXS::errors"
On Thu Aug 25 13:02:33 2011, MARKSTOS wrote: Show quoted text
> I tried to install Moose on a system which contained ExtUtils::ParseXS > 2.2206 on it, which failed. > > I upgraded ExtUtils::ParseXS to 3.04, and the test passed. > > I recommend ExtUtils::ParseXS to the PREREQs, with 3.04 as a minimum > version, unless you know some older version to work as well. > > The particular error I got before was: > > "Undefined subroutine &ExtUtils::ParseXS::errors"
No, it shouldn't. It's already in BUILD_REQUIRES. The problem is that we don't have a new enough version of EUMM in CONFIGURE_REQUIRES -- 6.55_01 was the first to support BUILD_REQUIRES.