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

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

Modified Files:
	W3C.pm 
Log Message:
packaging workaround

Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- W3C.pm	18 Jan 2007 02:40:41 -0000	1.8
+++ W3C.pm	19 Jan 2007 06:39:05 -0000	1.9
@@ -9,7 +9,7 @@
 use Carp qw//;
 use base qw/Class::Accessor/;
 
-our $VERSION = "0.1";
+our $VERSION = "0.2";
 
 # profiles currently supported by the W3C CSS Validator
 our %PROFILES = map { $_ => 1 } qw/none css1 css2 css21 css3 svg svgbasic

Received on Friday, 19 January 2007 06:39:12 UTC