diff options
Diffstat (limited to 'scripts/Dpkg/Control/Hash.pm')
-rw-r--r-- | scripts/Dpkg/Control/Hash.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/Hash.pm b/scripts/Dpkg/Control/Hash.pm index f42525f9d..6b9f9d5de 100644 --- a/scripts/Dpkg/Control/Hash.pm +++ b/scripts/Dpkg/Control/Hash.pm @@ -18,6 +18,8 @@ package Dpkg::Control::Hash; use strict; use warnings; +our $VERSION = "1.00"; + use Dpkg::Gettext; use Dpkg::ErrorHandling; |