Rand Stats

Pod::To::Man

zef:samy
Revision history for Pod-To-Man

1.2.1  2025-01-29T08:49:55-06:00
    - Fix nested item block indention.

1.2.0  2025-01-20T08:24:27-06:00
    - Modify attribute pod declarator formatting.
    - Fix grammatical issues in documentation.
    - .PP is used for WHY pod.
    - Reset indention after item blocks.
    - Change auth from zef:raku-community-modules to zef:samy, ++lizmat

1.1.0  2025-01-18
    - render can now be configured via environment variables.
    - Add support for Pod::Block::Declarator blocks.
    - Documentation has been moved from doc/ to Man.rakumod.

1.0.0  2025-01-15
    - render no longer accepts optional arguments. To configure the generated
      roff, please use the pod2man method.
    - rakudoc2man is now included with Pod::To::Man.
    - Pod::Load dependency.
    - Pod::To::Text dependency.
    - :section now defaults to '3rakumod' if $*PROGRAM.basename is a pm6 or
      rakumod file.
    - Add :date parameter to pod2man.
    - Add :version parameter to pod2man.
    - Add :center parameter to pod2man.
    - Add :urls parameter to pod2man.
    - Rewrote documentation.
    - Generated roff now has a leading comment mentioning generation by
      Pod::To::Man.

0.3.0  2025-01-13
    - Move maintenance from raku-community-modules to Samuel Young.
    - Add :section argument to render/pod2man.
    - Add support for Pod comments.
    - Add support for Pod tables.
    - Clean up documentation.

0.2.1  2025-01-11T17:57:48+01:00
    - Add :program argument to pod2man, Samuel Young++
    - Add CI badge for each OS

0.2.0  2022-06-04T23:18:28-04:00
    - Make Pod::To::Man a community module
    - Tidify rendering
    - Implemented nested lists