1
;;; Setup.
2
3
[@CorePrep]
4
5
; Encode as UTF-8.
6
; TODO - Maybe ASCII is better for copy and paste?
7
[-Encoding]
8
encoding = UTF-8
9
10
[-StopWords]
11
12
;;; Layout and boilerplates.
13
14
; Move "=for Pod::Coverage foo bar" markers to the top.
15
[Region / Pod::Coverage]
16
17
; Collect the NAME generated by Pod::Plexus.
18
[Generic / NAME]
19
20
[Version]
21
format = This document describes version %v, released on %{LLLL dd, yyyy}d.
22
is_verbatim = 0
23
24
[Generic / SYNOPSIS]
25
;required = 1
26
27
[Generic / USAGE]
28
command = usage
29
30
[Generic / DESCRIPTION]
31
;required = 1
32
33
[Generic / OVERVIEW]
34
35
[Collect / ATTRIBUTES]
36
command = attr
37
38
[Collect / PUBLIC_METHODS]
39
command = public
40
41
[Collect / PRIVATE_METHODS]
42
command = private
43
44
[Collect / PACKAGE_METHODS]
45
command = package
46
47
[Collect / EXPORTED_FUNCTIONS]
48
command = export
49
50
[Leftovers]
51
52
[SeeAlso]
53
54
[Support]
55
email = poe-subscribe@perl.org
56
perldoc = 1
57
websites = all
58
repository_link = both
59
bugs = rt
60
irc = irc.perl.org, #reflex
61
62
[BugsAndLimitations]
63
64
[Authors]
65
66
[Generic / ACKNOWLEDGEMENTS]
67
68
[Legal]
69
70
[Availability]
71
72
[WarrantyDisclaimer]
73
74
;;; Finish up.
75
76
;[-Transformer]
77
;transformer = List