diff options
author | Edward Rudd | 2010-02-15 12:30:44 -0500 |
---|---|---|
committer | Edward Rudd | 2010-02-15 12:30:44 -0500 |
commit | b935c431024f0eb5eac13c8ebf60feefd0367048 (patch) | |
tree | 6a21fba48d16419923e499e0ba78386f5306b7f9 /README |
import version 0.020.02
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ | |||
1 | DJabberd-Plugin-EntityTime | ||
2 | |||
3 | Implements XEP-0090 and XEP-0202 for DJabberd | ||
4 | |||
5 | INSTALLATION | ||
6 | |||
7 | To install this module, run the following commands: | ||
8 | |||
9 | perl Makefile.PL | ||
10 | make | ||
11 | make test | ||
12 | make install | ||
13 | |||
14 | |||
15 | SUPPORT AND DOCUMENTATION | ||
16 | |||
17 | After installing, you can find documentation for this module with the perldoc command. | ||
18 | |||
19 | perldoc DJabberd::Plugin::EntityTime | ||
20 | |||
21 | You can also look for information at: | ||
22 | |||
23 | Search CPAN | ||
24 | http://search.cpan.org/dist/DJabberd-Plugin-EntityTime | ||
25 | |||
26 | CPAN Request Tracker: | ||
27 | http://rt.cpan.org/NoAuth/Bugs.html?Dist=DJabberd-Plugin-EntityTime | ||
28 | |||
29 | AnnoCPAN, annotated CPAN documentation: | ||
30 | http://annocpan.org/dist/DJabberd-Plugin-EntityTime | ||
31 | |||
32 | CPAN Ratings: | ||
33 | http://cpanratings.perl.org/d/DJabberd-Plugin-EntityTime | ||
34 | |||
35 | COPYRIGHT AND LICENCE | ||
36 | |||
37 | Copyright (C) 2007 Edward Rudd | ||
38 | |||
39 | This program is free software; you can redistribute it and/or modify it | ||
40 | under the same terms as Perl itself. | ||