diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 3 | ||||
-rw-r--r-- | scripts/Dpkg/Shlibs/Objdump.pm | 3 |
2 files changed, 6 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; diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm index 4be66a749..0537a755e 100644 --- a/scripts/Dpkg/Shlibs/Objdump.pm +++ b/scripts/Dpkg/Shlibs/Objdump.pm @@ -133,6 +133,9 @@ sub is_elf { package Dpkg::Shlibs::Objdump::Object; +use strict; +use warnings; + use Dpkg::Gettext; use Dpkg::ErrorHandling; |