README

NAME

Pod::To::Man - Render Raku POD as Roff for man(1)

SYNOPSIS

From the command line:

raku --doc=Man your.rakudoc > your.1
use Pod::To::Man;

say Pod::To::Man.render(slurp("your.rakudoc"));

RESOURCES

AUTHORS

COPYRIGHT AND LICENSE

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.

Pod::To::Man v0.2.0

Render Raku POD as Roff for C<man(1)>

Authors

  • Mike Clarke
  • Vadim Belman

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Pod::To::Man

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.