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