Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 41917
Status: resolved
Priority: 0/
Queue: Moose

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

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



Subject: Moose::Cookbook::Extending::Recipe2 synopsis does not run as coded
There are two errors in the synopsis of Moose::Cookbook::Extending::Recipe2. 25c25 < Moose::Util::MetaRole::apply_base_object_roles( --- Show quoted text
> Moose::Util::MetaRole::apply_base_class(
27c27 < role => ['MooseX::Debugging::Role::Object'], --- Show quoted text
> roles => ['MooseX::Debugging::Role::Object'],
25c25 < Moose::Util::MetaRole::apply_base_object_roles( --- Show quoted text
> Moose::Util::MetaRole::apply_base_class(
27c27 < role => ['MooseX::Debugging::Role::Object'], --- Show quoted text
> roles => ['MooseX::Debugging::Role::Object'],
32a33,35 Show quoted text
> use Moose::Role; > > sub BUILD {} ; # BUILD must exist for modify to work
Subject: Re: [rt.cpan.org #41917] Moose::Cookbook::Extending::Recipe2 synopsis does not run as coded
Date: Tue, 23 Dec 2008 17:34:40 -0500
To: bug-Moose [...] rt.cpan.org
From: Sartak <sartak [...] gmail.com>
Please send nothingmuch@woobling.org or matt@trout.me.uk an htpasswd line so they can give you commit access to the repository. :) Shawn