1Pod::Elemental::Types(3U)ser Contributed Perl DocumentatiPoond::Elemental::Types(3)
2
3
4
6 Pod::Elemental::Types - data types for Pod::Elemental
7
9 version 0.103005
10
12 This is a library of MooseX::Types types used by Pod::Elemental.
13
15 FormatName
16 This is a valid name for a format (a Pod5::Region). It does not expect
17 the leading colon for pod-like regions.
18
19 ChompedString
20 This is a string that does not end with newlines. It can be coerced
21 from a Str ending in a single newline -- the newline is dropped.
22
24 Ricardo SIGNES <rjbs@cpan.org>
25
27 This software is copyright (c) 2020 by Ricardo SIGNES.
28
29 This is free software; you can redistribute it and/or modify it under
30 the same terms as the Perl 5 programming language system itself.
31
32
33
34perl v5.30.1 2020-01-30 Pod::Elemental::Types(3)