From 50f11021b4cce43e0e6f2921885d453c7fc03f3b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 2 Dec 2005 15:31:36 +0000 Subject: Add versions to modules --- urpm/ldap.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm/ldap.pm') 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)); -- cgit v1.2.1