diff options
author | ville <ville@localhost> | 2009-11-24 18:44:58 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-24 18:44:58 +0000 |
commit | 90cf7cd5859034a9c7579ac098dfdcaa8f0c1aff (patch) | |
tree | 5920b5fe5e35cf200d8341dace2d648ff37aacc5 /misc/bundle/lib | |
parent | 7269e03a88cae031711edb4eb1dbcd519f5a5524 (diff) | |
download | markup-validator-90cf7cd5859034a9c7579ac098dfdcaa8f0c1aff.zip markup-validator-90cf7cd5859034a9c7579ac098dfdcaa8f0c1aff.tar.gz markup-validator-90cf7cd5859034a9c7579ac098dfdcaa8f0c1aff.tar.bz2 |
Fix perlcritic "Code before strictures/warnings" errors.
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 87e14d3..a3d1b4d 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -2,6 +2,7 @@ package Bundle::W3C::Validator; use 5.008; use strict; +use warnings; use vars qw($VERSION); $VERSION = '0.8.5'; |