Ahmad Syaltut > App-perldolicious-0.001 > perldolicious

Download:
App-perldolicious-0.001.tar.gz

Annotate this POD

Website

View/Report Bugs
Source  

NAME ^

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

VERSION ^

Version 0.001.

SYNOPSIS ^

  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

DESCRIPTION ^

FEATURES

CONFIGURATIONS ^

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:

Example:

  $ cat ~/.perldolicious/config.json
  {
      "quiet": 1,
      "modules_cache_file": "/Users/Syaltut/.modules"
  }

LIMITATIONS ^

TODOS ^

AUTHOR ^

Ahmad Syaltut <Isyaltut@gmail.com>

COPYRIGHT AND LICENSE ^

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.

syntax highlighting: