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

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

Modified Files:
	W3C.pm 
Log Message:
Bug 771 in CSS validator is fixed, so the warning about it is moot.
fixing per http://rt.cpan.org/Ticket/Display.html?id=33040



Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- W3C.pm	11 Feb 2008 04:34:12 -0000	1.10
+++ W3C.pm	11 Feb 2008 04:40:54 -0000	1.11
@@ -348,10 +348,8 @@
 =item my @warnings = $val->warnings
 
 Returns a list with information about the warnings found for the
-style sheet. This is currently of limited use as it is broken, see
-L<http://www.w3.org/Bugs/Public/show_bug.cgi?id=771> for details.
+style sheet. 
 
-@@example
 
 =item my $ua = $val->user_agent
 

Received on Monday, 11 February 2008 04:41:07 UTC