The branch, controllib-removal has been updated
via 2ddc84d8d20490a862b0204ef054e615f3f648f4 (commit)
from 51c74632203efa343b61f5f54ec960fbbc6d95a6 (commit)
- Shortlog ------------------------------------------------------------
2ddc84d Dpkg::Version: Import missing error function from Dpkg::ErrorHandling
Summary of changes:
scripts/Dpkg/Version.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 2ddc84d8d20490a862b0204ef054e615f3f648f4
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Wed Jan 2 16:29:51 2008 +0100
Dpkg::Version: Import missing error function from Dpkg::ErrorHandling
diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm
index 937558a..3c1f01e 100644
--- a/scripts/Dpkg/Version.pm
+++ b/scripts/Dpkg/Version.pm
@@ -21,6 +21,8 @@ package Dpkg::Version;
use strict;
use warnings;
+use Dpkg::ErrorHandling qw(error);
+
use Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(vercmp compare_versions check_version);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]