perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS W3C.pm,1.6,1.7

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

Modified Files:
	W3C.pm 
Log Message:

Preparing version 0.1 (as in "not so experimental any more")



Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- W3C.pm	31 Oct 2005 07:46:48 -0000	1.6
+++ W3C.pm	31 Oct 2005 07:51:27 -0000	1.7
@@ -9,7 +9,7 @@
 use Carp qw//;
 use base qw/Class::Accessor/;
 
-our $VERSION = "0.02";
+our $VERSION = "0.1";
 
 # profiles currently supported by the W3C CSS Validator
 our %PROFILES = map { $_ => 1 } qw/none css1 css2 css21 css3 svg svgbasic

Received on Monday, 31 October 2005 07:51:31 UTC