Skip Menu |

This queue is for tickets about the MooX-Types-MooseLike CPAN distribution.

Report information
The Basics
Id: 77225
Status: resolved
Priority: 0/
Queue: MooX-Types-MooseLike

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

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



Subject: Build Requirements
Hello, I'm building an RPM package this for this module and I ran into a few problems you might want to be aware of: 1) Your tests require Module::Runtime and Test::Fatal but I don't see these requirements in the Makefile.PL. 2) Your requirement for Moo is version 0.009015. I don't see a problem with this run against 0.009011 and all supplied tests passed. Perhaps I'm missing something? Thanks for the awesome work on this!
On Tue May 15 14:37:59 2012, SYMKAT wrote: Show quoted text
> Hello, I'm building an RPM package this for this module and I ran into > a few problems you > might want to be aware of: > > 1) Your tests require Module::Runtime and Test::Fatal but I don't see > these requirements in the > Makefile.PL.
Thanks. I've added them to the dependencies list. Show quoted text
> > 2) Your requirement for Moo is version 0.009015. I don't see a > problem with this run against > 0.009011 and all supplied tests passed. Perhaps I'm missing > something? > > Thanks for the awesome work on this!
That's when %Moo::HandleMoose::TYPE_MAP came about to support inflation of types into MooseX::Types::* counterparts. I talked with mst, and he recommends version 0.091006 as the current dep. base version. It allows for some older versions of Module::Runtime and Class::Method::Modifiers.