- 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 In directory hutz:/tmp/cvs-serv17950/misc/bundle Modified Files: Makefile.PL Log Message: Fix perlcritic "Code before strictures/warnings" errors. Index: Makefile.PL =================================================================== RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Makefile.PL 23 Nov 2009 22:15:19 -0000 1.28 +++ Makefile.PL 24 Nov 2009 18:44:58 -0000 1.29 @@ -1,4 +1,7 @@ use 5.008; +use strict; +use warnings; + use ExtUtils::MakeMaker; WriteMakefile(
Received on Tuesday, 24 November 2009 18:45:09 UTC