summaryrefslogtreecommitdiffstats
path: root/urpm/ldap.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-07 09:52:54 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-07 09:52:54 +0000
commit5fb342d91de5cd6dfd3a94511fcfa1102739b545 (patch)
treeb1b7b539e23d3f6c978ae1669c267c74d4596599 /urpm/ldap.pm
parent610920956436a12457ffff01c64104acd838e08d (diff)
downloadurpmi-5fb342d91de5cd6dfd3a94511fcfa1102739b545.tar
urpmi-5fb342d91de5cd6dfd3a94511fcfa1102739b545.tar.gz
urpmi-5fb342d91de5cd6dfd3a94511fcfa1102739b545.tar.bz2
urpmi-5fb342d91de5cd6dfd3a94511fcfa1102739b545.tar.xz
urpmi-5fb342d91de5cd6dfd3a94511fcfa1102739b545.zip
Use revision number as version numbers for internal modules.
For gurpmi.pm, use the same version number as urpm.
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r--urpm/ldap.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm
index 4f2a645e..34a387d3 100644
--- a/urpm/ldap.pm
+++ b/urpm/ldap.pm
@@ -1,12 +1,14 @@
package urpm::ldap;
+# $Id$
+
use strict;
use warnings;
use urpm;
use urpm::msg 'N';
use Net::LDAP;
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Revision$ =~ /(\d+)/;
our $LDAP_CONFIG_FILE = '/etc/ldap.conf';
my @per_media_opt = (@urpm::PER_MEDIA_OPT, qw(ftp-proxy http-proxy));