diff options
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r-- | urpm/ldap.pm | 4 |
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)); |