1Pod::Weaver::PluginBundUlsee:r:DCeofnaturlitb(u3t)ed PerPlodD:o:cWuemaevnetra:t:iPolnuginBundle::Default(3)
2
3
4
6 Pod::Weaver::PluginBundle::Default - a bundle for the most
7 commonly-needed prep work for a pod document
8
10 version 4.019
11
13 This is the bundle used by default (specifically by Pod::Weaver's
14 "new_with_default_config" method). It may change over time, but should
15 remain fairly conservative and straightforward.
16
17 It is nearly equivalent to the following:
18
19 [@CorePrep]
20
21 [-SingleEncoding]
22
23 [Name]
24 [Version]
25
26 [Region / prelude]
27
28 [Generic / SYNOPSIS]
29 [Generic / DESCRIPTION]
30 [Generic / OVERVIEW]
31
32 [Collect / ATTRIBUTES]
33 command = attr
34
35 [Collect / METHODS]
36 command = method
37
38 [Collect / FUNCTIONS]
39 command = func
40
41 [Leftovers]
42
43 [Region / postlude]
44
45 [Authors]
46 [Legal]
47
49 This module should work on any version of perl still receiving updates
50 from the Perl 5 Porters. This means it should work on any version of
51 perl released in the last two to three years. (That is, if the most
52 recently released version is v5.40, then this module should work on
53 both v5.40 and v5.38.)
54
55 Although it may work on older versions of perl, no guarantee is made
56 that the minimum required version will not be increased. The version
57 may be increased for any reason, and there is no promise that patches
58 will be accepted to lower the minimum required perl.
59
61 Ricardo SIGNES <cpan@semiotic.systems>
62
64 This software is copyright (c) 2023 by Ricardo SIGNES.
65
66 This is free software; you can redistribute it and/or modify it under
67 the same terms as the Perl 5 programming language system itself.
68
69
70
71perl v5.36.0 2023-01-P2o0d::Weaver::PluginBundle::Default(3)