From 4fcef416b2c16b3a3c99bc9f3570530ecd22d678 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Mon, 15 Feb 2010 19:51:02 +0000 Subject: update to version 0.04 --- diff --git a/Changes b/Changes index 0bff132..a639698 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DJabberd-VCard-LDAP +0.04 2010-02-15 + Add rpm spec file + ability to specify ldap version + make sure to include DJabberd::Log + 0.03 2007-09-04 Make sure to Base64 encode the jpegPhoto diff --git a/MANIFEST b/MANIFEST index a00de9e..ec894db 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,7 @@ Changes MANIFEST Makefile.PL README +DJabberd-VCard-LDAP.spec lib/DJabberd/Plugin/VCard/LDAP.pm t/00-load.t t/boilerplate.t diff --git a/README b/README index 0c7aa40..803a85f 100644 --- a/README +++ b/README @@ -11,6 +11,9 @@ To install this module, run the following commands: make test make install +LATEST SOURCE + +Latest source code is available via http://git.outoforder.cc/ SUPPORT AND DOCUMENTATION diff --git a/lib/DJabberd/Plugin/VCard/LDAP.pm b/lib/DJabberd/Plugin/VCard/LDAP.pm index f3578b4..5f4c36e 100644 --- a/lib/DJabberd/Plugin/VCard/LDAP.pm +++ b/lib/DJabberd/Plugin/VCard/LDAP.pm @@ -17,11 +17,11 @@ DJabberd::VCard::LDAP - LDAP VCard Provider for DJabberd =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS -- cgit v0.9.2