diff options
author | Guillem Jover <guillem@debian.org> | 2013-01-11 12:43:42 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-06-22 05:15:04 +0200 |
commit | 83c6d09b36ad3721cd029bb5bd06bd9c0a7b4ba1 (patch) | |
tree | f1d7ed97b6634d98071d339277393c72abd95ce9 /scripts/Dpkg/Control | |
parent | 047cf6685c72fbe837dd2f5feb5a40979ac19226 (diff) | |
download | dpkg-83c6d09b36ad3721cd029bb5bd06bd9c0a7b4ba1.tar.gz |
perl: Add a VERSION to all modules
Addresses Modules::RequireVersionVar.
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/Types.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm index 1e1460efc..010558cd9 100644 --- a/scripts/Dpkg/Control/Types.pm +++ b/scripts/Dpkg/Control/Types.pm @@ -16,6 +16,8 @@ package Dpkg::Control::Types; use strict; use warnings; +our $VERSION = '0.01'; + use Exporter qw(import); our @EXPORT = qw(CTRL_UNKNOWN CTRL_INFO_SRC CTRL_INFO_PKG CTRL_INDEX_SRC CTRL_INDEX_PKG CTRL_PKG_SRC CTRL_PKG_DEB CTRL_FILE_CHANGES |