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