Skip Menu |

This queue is for tickets about the MooX-Object-Pluggable CPAN distribution.

Report information
The Basics
Id: 118532
Status: resolved
Priority: 0/
Queue: MooX-Object-Pluggable

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.0.4



Subject: Should not have test prereq on Moops
Moops is a rather heavy prerequisite for a module this small. Adding to that, Moops requires perl 5.14, requires a C compiler, is marked unstable, and relies on Parse::Keyword, which doesn't install cleanly on new perl versions. I'd recommend dropping Moops as a test prerequisite. If you want to keep testing this module's interactions with Moops, I'd make the test conditional on Moops being already installed. See Test::Needs if you want an easy way to do that.
在2016-十月-28 15:01:21 星期五时,haarg写到: Show quoted text
> Moops is a rather heavy prerequisite for a module this small. Adding > to that, Moops requires perl 5.14, requires a C compiler, is marked > unstable, and relies on Parse::Keyword, which doesn't install cleanly > on new perl versions. > > I'd recommend dropping Moops as a test prerequisite. If you want to > keep testing this module's interactions with Moops, I'd make the test > conditional on Moops being already installed. See Test::Needs if you > want an easy way to do that.
Fixed, thank you!