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