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
Message body not shown because it is not plain text.