App-Zealc version 0.000_001
===========================
zealc is a command-line offline documentation browser inspired by
http://kapeli.com/dash and |http://zealdocs.org. It uses Dash/Zeal
format docsets via the Zeal library.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

* App::Cmd
* Class::Accessor::Fast
* Class::Method::Modifiers
* Config::Auto
* File::Slurp
* File::Which
* HTML::FormatText
* IO::Prompter
* Pod::Simple
* Term::ANSIColor
* Term::FormatColumns
* Term::Pager
* Text::Wrap
* Zeal

COPYRIGHT AND LICENCE

Copyright (C) 2015 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.1 or,
at your option, any later version of Perl 5 you may have available.


