1Pod::Weaver::Section::NUasmeer(3C)ontributed Perl DocumePnotda:t:iWoenaver::Section::Name(3)
2
3
4
6 Pod::Weaver::Section::Name - add a NAME section with abstract (for your
7 Perl module)
8
10 version 4.017
11
13 This section plugin will produce a hunk of Pod giving the name of the
14 document as well as an abstract, like this:
15
16 =head1 NAME
17
18 Some::Document - a document for some
19
20 It will determine the name and abstract by inspecting the
21 "ppi_document" which must be given. It looks for comments in the form:
22
23 # ABSTRACT: a document for some
24 # PODNAME: Some::Package::Name
25
26 If no "PODNAME" comment is present, but a package declaration can be
27 found, the package name will be used as the document name.
28
30 header
31 The title of the header to be added. (default: "NAME")
32
34 Ricardo SIGNES <rjbs@cpan.org>
35
37 This software is copyright (c) 2021 by Ricardo SIGNES.
38
39 This is free software; you can redistribute it and/or modify it under
40 the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.32.1 2021-04-19 Pod::Weaver::Section::Name(3)