]>
Commit | Line | Data |
---|---|---|
1a477fa4 MG |
1 | Zeal version 0.001 |
2 | ================== | |
c1c9c817 MG |
3 | |
4 | Dash is an offline API documentation browser. Zeal.pm is a module for | |
5 | reading and querying Dash documentation sets. | |
6 | ||
7 | For more information see the POD and the Dash website: | |
8 | http://kapeli.com/dash | |
9 | ||
10 | INSTALLATION | |
11 | ||
12 | To install this module type the following: | |
13 | ||
14 | perl Makefile.PL | |
15 | make | |
16 | make test | |
17 | make install | |
18 | ||
19 | DEPENDENCIES | |
20 | ||
21 | This module requires these other modules and libraries: | |
22 | ||
857e9b02 MG |
23 | * Archive::Tar |
24 | * Class::Accesor::Fast | |
c1c9c817 MG |
25 | * DBI |
26 | * DBD::SQLite | |
27 | * File::Slurp | |
857e9b02 | 28 | * File::Which |
c1c9c817 | 29 | * Mac::PropertyList::SAX |
857e9b02 | 30 | * XML::Rules |
c1c9c817 MG |
31 | |
32 | COPYRIGHT AND LICENCE | |
33 | ||
34 | Copyright (C) 2014 by Marius Gavrilescu | |
35 | ||
36 | This library is free software; you can redistribute it and/or modify | |
37 | it under the same terms as Perl itself, either Perl version 5.20.1 or, | |
38 | at your option, any later version of Perl 5 you may have available. | |
39 | ||
40 |