[decloak]
I have just uploaded the alpha release of Perl6::Perldoc to CPAN.
From the README:
Perl6::Perldoc version 0.0.2
This distribution provides modules and applications that allow you
to use the "Pod" dialect of the new Perl 6 documentation markup
language "Perldoc".
* The Perl6::Perldoc module allows you to document Perl 5 code
with Perl 6 markup.
* The Perl6::Perldoc::Parser module converts the markup into a
OO parse tree.
* The Perl6::Perldoc::To:Text module augments the OO parse tree
with to_text() methods, to facilitate Perldoc-to-text
conversion. The perldoc2text application provides a command-
line front-end for this module.
* The Perl6::Perldoc::To:Xhtml module augments the OO parse tree
with to_xhtml() methods, to facilitate Perldoc-to-XHTML
conversion. The perldoc2xhtml application provides a command-
line front-end for this module.
The distribution also includes a rudimentary test suite, as well as the latest
update of S26.pod6, so you have a solid 2200-line example file to try the new
modules on.
Thanks for your patience.
Damian
[recloak]