1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[@CorePrep] ; commonly-needed POD prep work
[Name] ; add the abstract to the NAME section
[Version] ; add version number from $VERSION
[Region / prelude] ; include from =begin prelude section
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Collect / METHODS] ; collect entries with =method prefix
command = method
[Leftovers] ; pass everything else through untouched
[Region / postlude] ; include from =begin postlude section
[Bugs] ; details about bug reporting
[Authors] ; authors from dist.ini
[Legal] ; legal clause (copyright and license)
|