Skip Menu |

This queue is for tickets about the MooseX-Role-WithOverloading CPAN distribution.

Report information
The Basics
Id: 77965
Status: resolved
Priority: 0/
Queue: MooseX-Role-WithOverloading

People
Owner: Nobody in particular
Requestors: martin.atukunda [...] headforwards.com
Cc:
AdminCc:

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



Subject: MooseX-Role-WithOverloading should declare a dependency on Variable-Magic
Date: Fri, 22 Jun 2012 15:38:53 +0100
To: bug-MooseX-Role-WithOverloading [...] rt.cpan.org
From: Martin Atukunda <martin.atukunda [...] headforwards.com>
Hi, when installing MooseX-Role-WithOverloading-0.09, the make test fails to build because of a missing dependency on Variable-Magic. The attached patch adds Variable::Magic to Makefile.PL Distribution: MooseX-Role-WithOverloading-0.09 Perl version: perl v5.10.1 Operating System: Linux 2.6.32 ( OS Vendor: Ubuntu 10.04.4 LTS - Martin - -- Premature optimization is the root of all evil. -- perl -e'print pack"H*","6d617274696e2e6174756b756e64614068656164666f7277617264732e636f6d0a"'

Message body is not shown because sender requested not to inline it.

Sorry but this module does NOT require variable::magic, and does not use it at any point. I'm afraid something else was broken due to the missing Variable::Magic... Can you show us the issue that you're seeing, so that we can diagnose the correct module to fix?
Subject: Re: [rt.cpan.org #77965] MooseX-Role-WithOverloading should declare a dependency on Variable-Magic
Date: Tue, 26 Jun 2012 10:23:41 +0100
To: bug-MooseX-Role-WithOverloading [...] rt.cpan.org
From: Martin Atukunda <martin.atukunda [...] headforwards.com>
Hi Tomas Doran, I've copied the console output into the the attached file.

Message body is not shown because sender requested not to inline it.

- Martin - -- Premature optimization is the root of all evil. -- perl -e'print pack"H*","6d617274696e2e6174756b756e64614068656164666f7277617264732e636f6d0a"' On 25 Jun 2012, at 21:15, Tomas Doran via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=77965 > > > Sorry but this module does NOT require variable::magic, and does not use > it at any point. > > I'm afraid something else was broken due to the missing Variable::Magic... > > Can you show us the issue that you're seeing, so that we can diagnose > the correct module to fix?
Subject: Re: [rt.cpan.org #77965] MooseX-Role-WithOverloading should declare a dependency on Variable-Magic
Date: Tue, 26 Jun 2012 09:39:55 -0700
To: Martin Atukunda via RT <bug-MooseX-Role-WithOverloading [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Tue, Jun 26, 2012 at 05:23:57AM -0400, Martin Atukunda via RT wrote: Show quoted text
> Queue: MooseX-Role-WithOverloading > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=77965 > > > Hi Tomas Doran, > > I've copied the console output into the the attached file.
As seen in the stack trace, B::Hooks::EndOfScope is using Variable::Magic. However, its distribution does specify this dependency. I would advise re-installing B::Hooks::EndOfScope.
Subject: Re: [rt.cpan.org #77965] MooseX-Role-WithOverloading should declare a dependency on Variable-Magic
Date: Tue, 26 Jun 2012 18:09:28 +0100
To: bug-MooseX-Role-WithOverloading [...] rt.cpan.org
From: Martin Atukunda <martin.atukunda [...] headforwards.com>
Hi, MooseX-Role-WithOverloading is now installing properly. - Martin - -- Premature optimization is the root of all evil. -- perl -e'print pack"H*","6d617274696e2e6174756b756e64614068656164666f7277617264732e636f6d0a"' On 26 Jun 2012, at 17:40, Karen Etheridge via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=77965 > > > On Tue, Jun 26, 2012 at 05:23:57AM -0400, Martin Atukunda via RT wrote:
>> Queue: MooseX-Role-WithOverloading >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=77965 > >> >> Hi Tomas Doran, >> >> I've copied the console output into the the attached file.
> > As seen in the stack trace, B::Hooks::EndOfScope is using Variable::Magic. > However, its distribution does specify this dependency. I would advise > re-installing B::Hooks::EndOfScope. > >