- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Nov 2009 18:45:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C In directory hutz:/tmp/cvs-serv17950/misc/bundle/lib/Bundle/W3C Modified Files: Validator.pm Log Message: Fix perlcritic "Code before strictures/warnings" errors. Index: Validator.pm =================================================================== RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Validator.pm 16 Sep 2009 19:15:19 -0000 1.30 +++ Validator.pm 24 Nov 2009 18:44:58 -0000 1.31 @@ -2,6 +2,7 @@ use 5.008; use strict; +use warnings; use vars qw($VERSION); $VERSION = '0.8.5';
Received on Tuesday, 24 November 2009 18:45:02 UTC