The following commit has been merged in the master branch:
commit 83c6d09b36ad3721cd029bb5bd06bd9c0a7b4ba1
Author: Guillem Jover <[email protected]>
Date: Fri Jan 11 12:43:42 2013 +0100
perl: Add a VERSION to all modules
Addresses Modules::RequireVersionVar.
diff --git a/dselect/methods/Dselect/Ftp.pm b/dselect/methods/Dselect/Ftp.pm
index a8bd239..1ef6f48 100644
--- a/dselect/methods/Dselect/Ftp.pm
+++ b/dselect/methods/Dselect/Ftp.pm
@@ -15,6 +15,8 @@ package Dselect::Ftp;
use strict;
use warnings;
+our $VERSION = '0.01';
+
use Exporter qw(import);
use Net::FTP;
diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm
index 1e1460e..010558c 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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]