1Pod::Weaver::Role::DialUescetr(3C)ontributed Perl DocumePnotda:t:iWoenaver::Role::Dialect(3)
2
3
4
6 Pod::Weaver::Role::Dialect - something that translates Pod subdialects
7 to standard Pod5
8
10 version 4.015
11
13 The Dialect role indicates that a plugin will be used to pre-process
14 the input Pod document before weaving begins. The plugin must provide
15 a "translate_dialect" method which will be called with the input
16 hashref's "pod_document" entry. It is expected to modify the document
17 in place.
18
20 Ricardo SIGNES <rjbs@cpan.org>
21
23 This software is copyright (c) 2016 by Ricardo SIGNES.
24
25 This is free software; you can redistribute it and/or modify it under
26 the same terms as the Perl 5 programming language system itself.
27
28
29
30perl v5.30.1 2020-01-30 Pod::Weaver::Role::Dialect(3)