Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Exception CPAN distribution.

Report information
The Basics
Id: 102054
Status: resolved
Priority: 0/
Queue: Test-Exception

People
Owner: ether [...] cpan.org
Requestors: quanah.gibsonmount [...] gmail.com
Cc: ether [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.36
Fixed in: 0.37



Subject: Module::Build requirement absurdly high
Test::Exception has a Module::Build requirement of 0.42, however it works just fine on much older versions of Module::Build. I built this out on multiple platforms, with the oldest having a Module::Build version of 0.280801 with no issues.
On 2015-02-10 12:32:19, MISHIKAL wrote: Show quoted text
> Test::Exception has a Module::Build requirement of 0.42, however it > works just fine on much older versions of Module::Build. I built this > out on multiple platforms, with the oldest having a Module::Build > version of 0.280801 with no issues.
Do we even need to use Module::Build in this distribution? Since there are so many reverse-deps on this module, it would be nice for it to just use ExtUtils::MakeMaker and have one fewer dependency.
On Tue Feb 10 15:56:44 2015, ETHER wrote: Show quoted text
> On 2015-02-10 12:32:19, MISHIKAL wrote:
> > Test::Exception has a Module::Build requirement of 0.42, however it > > works just fine on much older versions of Module::Build. I built > > this > > out on multiple platforms, with the oldest having a Module::Build > > version of 0.280801 with no issues.
> > Do we even need to use Module::Build in this distribution? Since > there are so many reverse-deps on this module, it would be nice for it > to just use ExtUtils::MakeMaker and have one fewer dependency.
Don't know... But make sure that the ExtUtils::MakeMaker requirement isn't absurdly high if you go that route. Hitting that problem with other modules too. ;)
On 2015-02-10 12:32:19, MISHIKAL wrote: Show quoted text
> Test::Exception has a Module::Build requirement of 0.42, however it > works just fine on much older versions of Module::Build. I built this > out on multiple platforms, with the oldest having a Module::Build > version of 0.280801 with no issues.
It would be really nice to see this fixed (either by reducing the MB required version, or by switching to EUMM) -- older perls have difficulty installing this module due to configure-requires not being parsed properly by older toolchains.
Fixed in release 0.37.