summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2010-02-15 17:31:58 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2010-02-15 17:31:58 (GMT)
commit30711f625ed69855efa0e21117397eb082ed642a (patch)
tree49cd0f2f5c6d8722420f584961ae1473e4adc9bd
parentb935c431024f0eb5eac13c8ebf60feefd0367048 (diff)
Import release 0.030.03
-rw-r--r--Changes3
-rw-r--r--lib/DJabberd/Plugin/EntityTime.pm6
2 files changed, 6 insertions, 3 deletions
diff --git a/Changes b/Changes
index 9a0732c..064281f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
1Revision history for DJabberd-Plugin-EntityTime 1Revision history for DJabberd-Plugin-EntityTime
2 2
30.03 2007-08-23
4 Fixed so Makefile.PL can fetch Abstract
5
30.02 2007-08-03 60.02 2007-08-03
4 Fixed xmlns on XEP-0202 response 7 Fixed xmlns on XEP-0202 response
5 8
diff --git a/lib/DJabberd/Plugin/EntityTime.pm b/lib/DJabberd/Plugin/EntityTime.pm
index b59cff6..721ae0b 100644
--- a/lib/DJabberd/Plugin/EntityTime.pm
+++ b/lib/DJabberd/Plugin/EntityTime.pm
@@ -10,15 +10,15 @@ our $logger = DJabberd::Log->get_logger();
10 10
11=head1 NAME 11=head1 NAME
12 12
13DJabberd::Plugin::EntityTime - Implements XEP-0090 and XEP-0202 13DJabberd::EntityTime - Implements XEP-0090 and XEP-0202
14 14
15=head1 VERSION 15=head1 VERSION
16 16
17Version 0.02 17Version 0.03
18 18
19=cut 19=cut
20 20
21our $VERSION = '0.02'; 21our $VERSION = '0.03';
22 22
23=head1 SYNOPSIS 23=head1 SYNOPSIS
24 24