]>
Commit | Line | Data |
---|---|---|
bb1da1df MG |
1 | App-Devbot version 0.001002 |
2 | ======================= | |
3 | ||
4 | devbot is an IRC bot which provides various channel services that help software developers. | |
5 | ||
6 | Right now, it only provides channel logging and file storage. It might do more in the future. | |
7 | ||
8 | INSTALLATION | |
9 | ||
10 | To install this module type the following: | |
11 | ||
12 | perl Makefile.PL | |
13 | make | |
14 | make test | |
15 | make install | |
16 | ||
17 | DEPENDENCIES | |
18 | ||
19 | This module requires these other modules and libraries: | |
20 | ||
21 | * POE::Component::IRC | |
22 | * IRC::Utils | |
23 | * File::Slurp | |
24 | ||
25 | COPYRIGHT AND LICENCE | |
26 | ||
27 | Copyright (C) 2013 by Marius Gavrilescu | |
28 | ||
29 | This library is free software; you can redistribute it and/or modify | |
30 | it under the same terms as Perl itself, either Perl version 5.14.2 or, | |
31 | at your option, any later version of Perl 5 you may have available. |