NAME

Pod::Elemental::Transformer::Author::GETTY - Transform custom POD commands to =head1 and =head2

VERSION

version 0.305

SYNOPSIS

my $xform = Pod::Elemental::Transformer::Author::GETTY->new;
$xform->transform_node($pod_document);

DESCRIPTION

This transformer converts custom POD commands into standard =head1 and =head2 commands. The commands are left in place (not collected into sections), so documentation stays close to the code it documents.

SUPPORTED COMMANDS

Section Commands (transform to =head1)

  • =synopsis - transforms to =head1 SYNOPSIS

  • =description - transforms to =head1 DESCRIPTION

  • =seealso - transforms to =head1 SEE ALSO

Inline Commands (transform to =head2)

  • =attr - for documenting attributes

  • =method - for documenting methods

  • =func - for documenting functions

  • =opt - for documenting CLI options

  • =env - for documenting environment variables

  • =hook - for documenting hooks

  • =example - for documenting examples

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-dist-zilla-pluginbundle-author-getty/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012-2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.