- or download this
$ sudo cpan Pod::Server
- or download this
$ squatting Pod::Server -p 8088
- or download this
$ pod_server
- or download this
$ catalyst.pl Propaganda
- or download this
$ cd Propaganda
$ $EDITOR lib/Propaganda/Controller/Root.pm
- or download this
use Pod::Server ’On::Catalyst’;
Pod::Server->init;
Pod::Server->relocate(’/pod’);
$Pod::Simple::HTML::Perldoc_URL_Prefix = ’/pod/’;
sub pod : Local { Pod::Server->catalyze($_[1]) }
- or download this
$ script/propaganda_server.pl