Name

grok - Perl 6 documentation reader

Prior art and inspiration
    * Perl 5's `perldoc` <http://perldoc.perl.org/perldoc.html>
    
    * Python's `pydoc` <http://docs.python.org/library/pydoc.html>
    
    * Ruby's `ri` <http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/>
    
    * http://svn.pugscode.org/pugs/ext/Perldoc/
    
    * http://svn.pugscode.org/pugs/examples/perldoc.pl

Warning

Bugs in `Perl6::Perldoc`

Long lines are not wrapped to fit your terminal. Whitespace in paragraphs is
preserved, counter to the spec.

Formatting codes using french quotes (`C«»`) aren't parsed correctly, so they
are rendered verbatim.

Author

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com

License

Copyright 2009 Hinrik Örn Sigurðsson

`grok` is distributed under the terms of the Artistic License 2.0.
For more details, see the full text of the license in the file LICENSE
that came with this distribution.
