diff options
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. | ||