validator/misc/bundle/lib/Bundle/W3C Validator.pm,1.23,1.24

Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C
In directory hutz:/tmp/cvs-serv8740/lib/Bundle/W3C

Modified Files:
	Validator.pm 
Log Message:
Avoid v-string non-portability warning with Perl 5.10.0.

Index: Validator.pm
===================================================================
RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Validator.pm	27 Mar 2009 19:55:07 -0000	1.23
+++ Validator.pm	27 Mar 2009 19:56:19 -0000	1.24
@@ -1,6 +1,6 @@
 package Bundle::W3C::Validator;
 
-use 5.8.0;
+use 5.008;
 use strict;
 
 use vars qw($VERSION);

Received on Friday, 27 March 2009 19:56:29 UTC