Skip to content

mfontani/Leguminous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEGUMINOUS

A POD viewer for modules residing in @INC.

Based on Mojolicious::Lite http://mojolicious.org

FEATURES

Request /Module::Name to get its pod, or /src/Module::Name for its source code.

Searchs for bare filename, filename.pod and filename.pm in @INC.

Links to itself (/Module::Name) for L<> links which reference module names, as well as to a local hash fragments for L</> links which link to local sections.

It rendered the previous POD atrocity correctly.

Creates a TOC from all the head1/head2 in the pod.

Requires "just" Pod::POM::View::HTML, Path::Tiny, File::Find::Rule and Mojolicious. Practically nothing. Easily installable via carton.

STATUS

Very alpha, but works!

BUGS

Has no quotes from Futurama or The Simpsons yet in the source, as required by common Mojolicious modules practice.

May render some http links incorrectly. I've done my best. Patches welcome.

See the issues page; open one if you have problems, or if you have a witty quote to be added.

About

A Mojolicious::Lite POD viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages