From dd3cdbaf21841205a47d980a6678672973847d10 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 17 May 2017 23:42:17 +0200 Subject: test: Enable perlcritic Miscellanea::ProhibitTies --- scripts/Dpkg/Control/HashCore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Control') diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 774974fcc..c4f025ff8 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -464,7 +464,7 @@ use parent -norequire, qw(Tie::ExtraHash); sub new { my $class = shift; my $hash = {}; - tie %{$hash}, $class, @_; + tie %{$hash}, $class, @_; ## no critic (Miscellanea::ProhibitTies) return $hash; } -- cgit v1.2.3