Skip Menu |

This queue is for tickets about the Moo CPAN distribution.

Report information
The Basics
Id: 70446
Status: resolved
Priority: 0/
Queue: Moo

People
Owner: Nobody in particular
Requestors: chip [...] pobox.com
Cc:
AdminCc:

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



Subject: Load Role::Tiny in Role::Tiny::With::import
I forgot this, please include it: --- a/lib/Role/Tiny/With.pm +++ b/lib/Role/Tiny/With.pm @@ -8,6 +8,7 @@ our @EXPORT = qw( with ); sub with { my $target = caller; + require Role::Tiny; Role::Tiny->apply_role_to_package($target, @_) }
On Tue Aug 23 19:32:01 2011, CHIPS wrote: Show quoted text
> I forgot this, please include it: > > --- a/lib/Role/Tiny/With.pm > +++ b/lib/Role/Tiny/With.pm > @@ -8,6 +8,7 @@ our @EXPORT = qw( with ); > > sub with { > my $target = caller; > + require Role::Tiny; > Role::Tiny->apply_role_to_package($target, @_) > }
Sorry this got missed. Pushed to master will show up on next release (0.009014)
On Fri Dec 23 10:09:20 2011, RIBASUSHI wrote: Show quoted text
> On Tue Aug 23 19:32:01 2011, CHIPS wrote:
> > I forgot this, please include it: > > > > --- a/lib/Role/Tiny/With.pm > > +++ b/lib/Role/Tiny/With.pm > > @@ -8,6 +8,7 @@ our @EXPORT = qw( with ); > > > > sub with { > > my $target = caller; > > + require Role::Tiny; > > Role::Tiny->apply_role_to_package($target, @_) > > }
> > Sorry this got missed. Pushed to master will show up on next release > (0.009014)
I've definitely got that patch in Role::Tiny as of current CPAN; please file new bug against Role-Tiny dist if anything else explodes.