Help language development. Donate to The Perl Foundation
Pod::To::Man - Render Raku POD as Roff for man(1)
From the command line:
raku --doc=Man your.rakudoc > your.1
use Pod::To::Man; say Pod::To::Man.render(slurp("your.rakudoc"));
Mike Clarke [email protected]
Vadim Belman [email protected]
Copyright © 2019-2022 Mike Clarke, © 2022 - Raku Community Authors
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.