Initial commit
[app-zealc.git] / README
1 App-Zealc version 0.000_001
2 ===========================
3 zealc is a command-line offline documentation browser inspired by
4 http://kapeli.com/dash and |http://zealdocs.org. It uses Dash/Zeal
5 format docsets via the Zeal library.
6
7 INSTALLATION
8
9 To install this module type the following:
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16 DEPENDENCIES
17
18 This module requires these other modules and libraries:
19
20 * App::Cmd
21 * Class::Accessor::Fast
22 * Class::Method::Modifiers
23 * Config::Auto
24 * File::Slurp
25 * File::Which
26 * HTML::FormatText
27 * IO::Prompter
28 * Pod::Simple
29 * Term::ANSIColor
30 * Term::FormatColumns
31 * Term::Pager
32 * Text::Wrap
33 * Zeal
34
35 COPYRIGHT AND LICENCE
36
37 Copyright (C) 2015 by Marius Gavrilescu
38
39 This library is free software; you can redistribute it and/or modify
40 it under the same terms as Perl itself, either Perl version 5.20.1 or,
41 at your option, any later version of Perl 5 you may have available.
42
43
This page took 0.018153 seconds and 4 git commands to generate.