perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS W3C.pm,1.9,1.10

Update of /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS
In directory hutz:/tmp/cvs-serv18096/lib/WebService/Validator/CSS

Modified Files:
	W3C.pm 
Log Message:
documentation update.
per http://rt.cpan.org/Public/Bug/Display.html?id=33038



Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- W3C.pm	19 Jan 2007 06:39:05 -0000	1.9
+++ W3C.pm	11 Feb 2008 04:34:12 -0000	1.10
@@ -292,7 +292,7 @@
 The CSS Version or profile to validate against, legal values are C<css1>, C<css2>, C<css21>,
 C<css3>, C<svg>, C<svgbasic>, C<svgtiny>, C<mobile>, C<atsc-tv>, and C<tv>. A special
 value C<none> can also be used. The default is C<undef> in which case the CSS Validator
-determines a default. This would currently behave as if C<css2> had been specified.
+determines a default. This would currently behave as if C<css21> had been specified.
 
 =item warnings => 2
 

Received on Monday, 11 February 2008 04:34:23 UTC