NAME

DocLife::Pod - Pod Viewer.

SYNOPSIS

# app.psgi
use DocLife::Pod;
DocLife::Pod->new( root => "./lib" );

# one-liner
plackup -MDocLife::Pod -e 'DocLife::Pod->new( root => "./lib" )->to_app'

SEE ALSO

DocLife, Pod::Simple::XHTML