Pod::To::BigPage
Module and script for converting documentation written in PodĀ 6 to a single file publishable in the web.
SYNOPSIS
From the command line:
pod2onepage -v --source-path=../../perl6-doc/doc \ --exclude=404.pod6,/.git,/precompiled > tmp/html.xhtml
It can be used also as a library.
use Pod::To::BigPage;
=begin pod
=head1 This is the head
=head2 More stuff here
And just your average text.
=end pod
setup();
compose-before-content($=pod); # Produces XHTML
compose-before-content($=pod,''); # Produces HTML