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>