Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: chadd [...] fidelissys.com
Cc:
AdminCc:

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



Subject: Missing Role::Tiny dependency
A number of tests are unable to load Role::Tiny, and fail. Installing Role::Tiny first fixes the build and enables installation of CHI on my EC2 instance. (The instance is based on ami-736b7219, Ubuntu 16.04 Xenial Xerus.)
Subject: moox-types.log
Download moox-types.log
application/octet-stream 12.4k

Message body not shown because it is not plain text.

On Fri Apr 29 10:35:49 2016, cdael wrote: Show quoted text
> A number of tests are unable to load Role::Tiny, and fail. > > Installing Role::Tiny first fixes the build and enables installation > of CHI on my EC2 instance. (The instance is based on ami-736b7219, > Ubuntu 16.04 Xenial Xerus.)
I'm not quite sure what's going on here. MooX::Types::MooseLike only uses Role::Tiny (and Moo) for testing. Your log indicates Moo is installed and Moo requires Role::Tiny so it should be there. I can't find any duplicates of this issue via cpantesters either.
From: chadd [...] fidelissys.com
On Fri Apr 29 11:13:57 2016, MATEU wrote: Show quoted text
> I'm not quite sure what's going on here. MooX::Types::MooseLike only > uses Role::Tiny (and Moo) for testing. Your log indicates Moo is > installed and Moo requires Role::Tiny so it should be there. I can't > find any duplicates of this issue via cpantesters either.
Okay, in that case, I _probably_ messed something up. I was trying to isolate Amazon::DynamoDB crashing Kavorka. My instance-build script had installed Moo via apt-get, but I upgraded it with cpanm, then uninstalled it (and with it, reverse-depends like CHI) from apt-get. My original issue ultimately turned out to be https://rt.cpan.org/Public/Bug/Display.html?id=110623 so I think you're good to close this report.
On Fri Apr 29 11:26:03 2016, cdael wrote: Show quoted text
> On Fri Apr 29 11:13:57 2016, MATEU wrote:
> > I'm not quite sure what's going on here. MooX::Types::MooseLike only > > uses Role::Tiny (and Moo) for testing. Your log indicates Moo is > > installed and Moo requires Role::Tiny so it should be there. I can't > > find any duplicates of this issue via cpantesters either.
> > Okay, in that case, I _probably_ messed something up. > > I was trying to isolate Amazon::DynamoDB crashing Kavorka. My > instance-build script had installed Moo via apt-get, but I upgraded it > with cpanm, then uninstalled it (and with it, reverse-depends like > CHI) from apt-get. > > My original issue ultimately turned out to be > https://rt.cpan.org/Public/Bug/Display.html?id=110623 so I think > you're good to close this report.
Thank you, closing...