]>
Commit | Line | Data |
---|---|---|
1 | WWW-Offliberty version 0.001 | |
2 | ============================ | |
3 | ||
4 | WWW::Offliberty is a simple interface to the offliberty.com download service. | |
5 | ||
6 | INSTALLATION | |
7 | ||
8 | To install this module type the following: | |
9 | ||
10 | perl Makefile.PL | |
11 | make | |
12 | make test | |
13 | make install | |
14 | ||
15 | DEPENDENCIES | |
16 | ||
17 | This module requires these other modules and libraries: | |
18 | ||
19 | * HTML::TreeBuilder | |
20 | * LWP::UserAgent | |
21 | ||
22 | COPYRIGHT AND LICENCE | |
23 | ||
24 | Copyright (C) 2013 by Marius Gavrilescu | |
25 | ||
26 | This library is free software; you can redistribute it and/or modify | |
27 | it under the same terms as Perl itself, either Perl version 5.18.1 or, | |
28 | at your option, any later version of Perl 5 you may have available. | |
29 | ||
30 |