
perldolicious - Mojolicious::Lite webapp that lets you search (with regexp) and display CPAN modules documentation

Version 0.001.

perldolicious daemon # now point your web browser to the address http://localhost:3000/ # or use a different port perldolicious daemon -l http://localhost:8000 # or use the Mojolicious' builtin webserver morbo (assuming # perldolicious is installed in /usr/local/bin) morbo /usr/local/bin/perldolicious


You can configure the behavior of perldolicious by writing configuration file, stored at ~/.perldolicious/config.json (written in JSON format). Here are the recognized options:
{
"cpan_package_file": "c:/StrawberryPerl/cpan/sources/modules/02packages.details.txt.gz"
}
Example:
$ cat ~/.perldolicious/config.json
{
"quiet": 1,
"modules_cache_file": "/Users/Syaltut/.modules"
}

.* if you don't want your browser to eat up all of your computer's memory.

Ahmad Syaltut <Isyaltut@gmail.com>

This software is copyright (c) 2013 by Ahmad Syaltut.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.