diff options
author | Edward Rudd | 2010-02-15 12:34:02 -0500 |
---|---|---|
committer | Edward Rudd | 2010-02-15 12:34:02 -0500 |
commit | 20921d9f5508d74b0e3cbc314c667393251ef909 (patch) | |
tree | 8071ddf556ecf404d6647f057f4f701b24cc8866 /README |
import release 0.020.02
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ | |||
1 | DJabberd-RosterStorage-SQLite-Fixed | ||
2 | |||
3 | Shared Roster for DJabberd using SQLite. | ||
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::RosterStorage::SQLite::Fixed | ||
20 | |||
21 | COPYRIGHT AND LICENCE | ||
22 | |||
23 | Copyright (C) 2007 Edward Rudd | ||
24 | |||
25 | This program is free software; you can redistribute it and/or modify it | ||
26 | under the same terms as Perl itself. | ||