Skip Menu |

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

Report information
The Basics
Id: 101814
Status: resolved
Priority: 0/
Queue: MooX-Aliases

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

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



Subject: Aliases from MooX::Aliases cause test failures
Attribute and method aliases created by MooX::Aliases show up remaining imports.
On 2015-01-29 03:43:15, RRWO wrote: Show quoted text
> Attribute and method aliases created by MooX::Aliases show up > remaining imports.
A reproduction case would help. I can add a TODO test to cover this. However, this should be fixed in MooX::Aliases.
On Thu Jan 29 14:10:54 2015, ETHER wrote: Show quoted text
> On 2015-01-29 03:43:15, RRWO wrote:
> > Attribute and method aliases created by MooX::Aliases show up > > remaining imports.
> > A reproduction case would help. I can add a TODO test to cover this.
package Foo; use Moo; use MooX::Aliases; has bar => ( is => 'ro', alias => 'baz', ); use namespace::clean; package main; use Test::More; use Test::CleanNamespaces; namespaces_clean('Foo'); done_testing; Show quoted text
> However, this should be fixed in MooX::Aliases.
This is a problem with MooX::Aliases - it is not installing the extra alias sub as a method.
Thanks for the report. Fixed in MooX::Aliases 0.001006