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'
DocLife::Pod - Pod Viewer.
# app.psgi
use DocLife::Pod;
DocLife::Pod->new( root => "./lib" );
# one-liner
plackup -MDocLife::Pod -e 'DocLife::Pod->new( root => "./lib" )->to_app'