Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mouse CPAN distribution.

Report information
The Basics
Id: 44928
Status: resolved
Priority: 0/
Queue: Mouse

People
Owner: Nobody in particular
Requestors: RyanRyan52 [...] gmail.com
Cc:
AdminCc:

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



Subject: POD error in Mouse::Role
Date: Fri, 10 Apr 2009 10:48:49 -0700
To: bug-Mouse [...] rt.cpan.org
From: Ryan Niebur <ryanryan52 [...] gmail.com>
there's a error in the POD. $ podchecker lib/Mouse/Role.pm *** ERROR: =item without previous =over at line 166 in file lib/Mouse/Role.pm here's a patch to fix it: --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -163,6 +163,8 @@ Sets up an "around" method modifier. See L<Moose/around> or L<Class::Method::Modifiers/around>. +=over 4 + =item B<super> Sets up the "super" keyword. See L<Moose/super>. @@ -179,6 +181,8 @@ This is not supported and emits an error. See L<Moose/Role>. +=back + =head2 has (name|names) => parameters Sets up an attribute (or if passed an arrayref of names, multiple attributes) to -- Show quoted text
_________________________ Ryan Niebur ryanryan52@gmail.com
Download signature.asc
application/pgp-signature 197b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #44928] POD error in Mouse::Role
Date: Sat, 11 Apr 2009 20:19:20 +0900
To: bug-Mouse [...] rt.cpan.org
From: Tokuhiro Matsuno <tokuhirom [...] gmail.com>
thanks Ryan52. fixed in repo.and I added Test::Pod test case. 4e8817b825f0f9f3ca39ee5416004f7b70b9722a On Sat, Apr 11, 2009 at 2:49 AM, Ryan Niebur via RT <bug-Mouse@rt.cpan.org> wrote: Show quoted text
> Fri Apr 10 13:49:15 2009: Request 44928 was acted upon. > Transaction: Ticket created by Ryan52 >       Queue: Mouse >     Subject: POD error in Mouse::Role >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: RyanRyan52@gmail.com >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44928 > > > > there's a error in the POD. > > $ podchecker lib/Mouse/Role.pm > *** ERROR: =item without previous =over at line 166 in file lib/Mouse/Role.pm > > here's a patch to fix it: > > --- a/lib/Mouse/Role.pm > +++ b/lib/Mouse/Role.pm > @@ -163,6 +163,8 @@ >  Sets up an "around" method modifier. See L<Moose/around> or >  L<Class::Method::Modifiers/around>. > > +=over 4 > + >  =item B<super> > >  Sets up the "super" keyword. See L<Moose/super>. > @@ -179,6 +181,8 @@ > >  This is not supported and emits an error. See L<Moose/Role>. > > +=back > + >  =head2 has (name|names) => parameters > >  Sets up an attribute (or if passed an arrayref of names, multiple attributes) to > > -- > _________________________ > Ryan Niebur > ryanryan52@gmail.com > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAknfhoEACgkQMihv+PacasXq+wCdFxgsSjM/c5tWQsxx5/5j0Vlg > i0sAoKGn7X9erPI85rzgUlRdYr5Et32v > =YzOz > -----END PGP SIGNATURE----- > >