diff options
author | rillig <rillig@pkgsrc.org> | 2015-10-11 21:23:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2015-10-11 21:23:34 +0000 |
commit | 10da05b990ab36c8d23bad0314fa46cdb622d591 (patch) | |
tree | 7c6d99fbaacf1cd0510ac3e295ebb867603e2340 /pkgtools/pkglint/files/PkgLint/VarUseContext.pm | |
parent | 9a2aeca933f3968bb40c06cd825cc27535c2b66f (diff) | |
download | pkgsrc-10da05b990ab36c8d23bad0314fa46cdb622d591.tar.gz |
Fixed some of the errors reported by perlcritic in --stern mode
Diffstat (limited to 'pkgtools/pkglint/files/PkgLint/VarUseContext.pm')
-rw-r--r-- | pkgtools/pkglint/files/PkgLint/VarUseContext.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgtools/pkglint/files/PkgLint/VarUseContext.pm b/pkgtools/pkglint/files/PkgLint/VarUseContext.pm index a782daca27f..8311624340b 100644 --- a/pkgtools/pkglint/files/PkgLint/VarUseContext.pm +++ b/pkgtools/pkglint/files/PkgLint/VarUseContext.pm @@ -5,6 +5,7 @@ package PkgLint::VarUseContext; use strict; +use warnings; BEGIN { import PkgLint::Util qw( |