Skip Menu |

This queue is for tickets about the CSS-DOM CPAN distribution.

Report information
The Basics
Id: 63388
Status: resolved
Priority: 0/
Queue: CSS-DOM

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

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



Subject: Pod formatting errors
=item lists need to be started with =over and =back. Patch attached.
Subject: pod_errors.patch
Author: Nicholas Bamber <nicholas@periapt.co.uk> Subject: Missing =over/back from lists in pod Last-Update: 2010-11-27 --- a/lib/CSS/DOM/Util.pm +++ b/lib/CSS/DOM/Util.pm @@ -100,6 +100,8 @@ have the same precedence as C<closedir> and C<delete>. +=over + =item escape $string, $chars_to_escape This escapes any characters in C<$string> that occur in @@ -140,6 +142,8 @@ Returns the value that a CSS string token represents. +=back + =head1 SEE ALSO L<CSS::DOM> --- a/lib/CSS/DOM/Value.pm +++ b/lib/CSS/DOM/Value.pm @@ -165,6 +165,8 @@ The following constants can be imported with C<use CSS::DOM::Value ':all'>. They represent the type of CSS value. +=over + =item CSS_INHERIT (0) =item CSS_PRIMITIVE_VALUE (1) @@ -173,6 +175,8 @@ =item CSS_CUSTOM (3) +=back + =head1 SEE ALSO L<CSS::DOM> --- a/lib/CSS/DOM/Value/Primitive.pm +++ b/lib/CSS/DOM/Value/Primitive.pm @@ -649,6 +649,8 @@ C<use CSS::DOM::Value::Primitive ':all'>. They represent the type of primitive value. +=over + =item CSS_UNKNOWN =item CSS_NUMBER @@ -701,6 +703,8 @@ =item CSS_RGBCOLOR +=back + =head1 SEE ALSO L<CSS::DOM>
On Sat Nov 27 16:16:48 2010, SILASMONK wrote: Show quoted text
> =item lists need to be started with =over and =back. Patch attached.
Thank you. I’ll put this is the next release.
On Sun Nov 28 13:52:21 2010, SPROUT wrote: Show quoted text
> On Sat Nov 27 16:16:48 2010, SILASMONK wrote:
> > =item lists need to be started with =over and =back. Patch attached.
> > Thank you. I’ll put this is the next release.
0.14 has just been released.