]>
Commit | Line | Data |
---|---|---|
ec907799 MG |
1 | Slob version 0.002_001 |
2 | ====================== | |
d3779104 MG |
3 | |
4 | INSTALLATION | |
5 | ||
6 | To install this module type the following: | |
7 | ||
8 | perl Makefile.PL | |
9 | make | |
10 | make test | |
11 | make install | |
12 | ||
13 | DEPENDENCIES | |
14 | ||
d50f3958 MG |
15 | This module requires these other modules and libraries: |
16 | ||
35224ef9 | 17 | * Compress::Raw::Bzip2 |
d50f3958 | 18 | * Compress::Raw::Lzma |
35224ef9 | 19 | * Compress::Raw::Zlib |
d3779104 MG |
20 | |
21 | COPYRIGHT AND LICENCE | |
22 | ||
35224ef9 | 23 | Copyright (C) 2017-2018 by Marius Gavrilescu |
d3779104 MG |
24 | |
25 | This library is free software; you can redistribute it and/or modify | |
26 | it under the same terms as Perl itself, either Perl version 5.26.1 or, | |
27 | at your option, any later version of Perl 5 you may have available. | |
28 | ||
29 |