1Pod::Elemental::CommandU(s3e)r Contributed Perl DocumentaPtoido:n:Elemental::Command(3)
2
3
4
6 Pod::Elemental::Command - a =command paragraph
7
9 version 0.103006
10
12 This is a role to be included by paragraph classes that represent Pod
13 commands. It defines "as_pod_string" and "as_debug_string" methods.
14 Most code looking for commands will check for the inclusion of this
15 role, so be sure to use it even if you override the provided methods.
16 Classes implementing this role must also provide a "command" method.
17 Generally this method will implemented by an attribute, but this is not
18 necessary.
19
21 This library should run on perls released even a long time ago. It
22 should work on any version of perl released in the last five years.
23
24 Although it may work on older versions of perl, no guarantee is made
25 that the minimum required version will not be increased. The version
26 may be increased for any reason, and there is no promise that patches
27 will be accepted to lower the minimum required perl.
28
30 Ricardo SIGNES <cpan@semiotic.systems>
31
33 This software is copyright (c) 2022 by Ricardo SIGNES.
34
35 This is free software; you can redistribute it and/or modify it under
36 the same terms as the Perl 5 programming language system itself.
37
38
39
40perl v5.36.0 2023-01-20 Pod::Elemental::Command(3)