Initial commit
[app-zealc.git] / README
CommitLineData
6c01e3e3
MG
1App-Zealc version 0.000_001
2===========================
3zealc is a command-line offline documentation browser inspired by
4http://kapeli.com/dash and |http://zealdocs.org. It uses Dash/Zeal
5format docsets via the Zeal library.
6
7INSTALLATION
8
9To install this module type the following:
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16DEPENDENCIES
17
18This 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
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2015 by Marius Gavrilescu
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself, either Perl version 5.20.1 or,
41at your option, any later version of Perl 5 you may have available.
42
43
This page took 0.011549 seconds and 4 git commands to generate.