From 8cb07a12ca16b099f368f78cd46ecec338e95367 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 20 May 2015 14:45:34 +0200 Subject: scripts: Add missing strict and warnings pragmas for submodules --- scripts/Dpkg/Control/HashCore.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/Dpkg/Control/HashCore.pm') 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; -- cgit v1.2.3