#!/usr/bin/perl -w use strict; use Pod::ProjectDocs; my $pd = Pod::ProjectDocs->new( outroot => '/output/directory', libroot => '/your/project/lib/root', title => 'ProjectName', ); $pd->gen(); #or use pod2projdocs on your shell pod2projdocs -out /output/directory -lib /your/project/lib/root This module allows you to generates CPAN like pod pages from your modules (not only perl but also javascript
{{#tags}}- {{label}}
{{/tags}}