summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2010-02-15 19:51:02 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2010-02-15 19:51:02 (GMT)
commit4fcef416b2c16b3a3c99bc9f3570530ecd22d678 (patch)
tree0d7110b2947e5b2635b6226c31d01f366da0095e
parentf46aa23c2c4bf81bd06d5cb92aae395bab98f806 (diff)
update to version 0.04HEAD0.04master
-rw-r--r--Changes5
-rw-r--r--MANIFEST1
-rw-r--r--README3
-rw-r--r--lib/DJabberd/Plugin/VCard/LDAP.pm4
4 files changed, 11 insertions, 2 deletions
diff --git a/Changes b/Changes
index 0bff132..a639698 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
1Revision history for DJabberd-VCard-LDAP 1Revision history for DJabberd-VCard-LDAP
2 2
30.04 2010-02-15
4 Add rpm spec file
5 ability to specify ldap version
6 make sure to include DJabberd::Log
7
30.03 2007-09-04 80.03 2007-09-04
4 Make sure to Base64 encode the jpegPhoto 9 Make sure to Base64 encode the jpegPhoto
5 10
diff --git a/MANIFEST b/MANIFEST
index a00de9e..ec894db 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,6 +2,7 @@ Changes
2MANIFEST 2MANIFEST
3Makefile.PL 3Makefile.PL
4README 4README
5DJabberd-VCard-LDAP.spec
5lib/DJabberd/Plugin/VCard/LDAP.pm 6lib/DJabberd/Plugin/VCard/LDAP.pm
6t/00-load.t 7t/00-load.t
7t/boilerplate.t 8t/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:
11 make test 11 make test
12 make install 12 make install
13 13
14LATEST SOURCE
15
16Latest source code is available via http://git.outoforder.cc/
14 17
15SUPPORT AND DOCUMENTATION 18SUPPORT AND DOCUMENTATION
16 19
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
17 17
18=head1 VERSION 18=head1 VERSION
19 19
20Version 0.03 20Version 0.04
21 21
22=cut 22=cut
23 23
24our $VERSION = '0.03'; 24our $VERSION = '0.04';
25 25
26=head1 SYNOPSIS 26=head1 SYNOPSIS
27 27