summaryrefslogtreecommitdiffstats
path: root/urpm/ldap.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-02 15:31:36 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-02 15:31:36 +0000
commit50f11021b4cce43e0e6f2921885d453c7fc03f3b (patch)
treed75b1280e091911202efbacb4c6ce83ea8d6a021 /urpm/ldap.pm
parent79da5f7c7fabfefd8295395f9e2c8fd57e58e43e (diff)
downloadurpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.gz
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.bz2
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.xz
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.zip
Add versions to modules
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r--urpm/ldap.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm
index 6a6f3c18..036a9db1 100644
--- a/urpm/ldap.pm
+++ b/urpm/ldap.pm
@@ -1,13 +1,13 @@
package urpm::ldap;
-# $Id$
-
use strict;
use warnings;
use urpm;
use urpm::msg 'N';
use Net::LDAP;
+(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+
our $LDAP_CONFIG_FILE = '/etc/ldap.conf';
my @per_media_opt = (@urpm::PER_MEDIA_OPT, qw(ftp-proxy http-proxy));