summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control/HashCore.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg/Control/HashCore.pm')
-rw-r--r--scripts/Dpkg/Control/HashCore.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm
index 9aa933625..1ff87ea5e 100644
--- a/scripts/Dpkg/Control/HashCore.pm
+++ b/scripts/Dpkg/Control/HashCore.pm
@@ -441,6 +441,9 @@ package Dpkg::Control::HashCore::Tie;
# same order. But the order information is stored in a parent object of
# type Dpkg::Control.
+use strict;
+use warnings;
+
use Dpkg::Checksums;
use Dpkg::Control::FieldsCore;