1Dist::Zilla::Plugin::PkUgsDeirstC(o3n)tributed Perl DocuDmiesntt:a:tZiiolnla::Plugin::PkgDist(3)
2
3
4

NAME

6       Dist::Zilla::Plugin::PkgDist - add a $DIST to your packages
7

VERSION

9       version 6.014
10

DESCRIPTION

12       This plugin will add a line like the following to each package in each
13       Perl module or program (more or less) within the distribution:
14
15         { our $DIST = 'My-CPAN-Dist'; } # where 'My-CPAN-Dist' is your dist name
16
17       It will skip any package declaration that includes a newline between
18       the "package" keyword and the package name, like:
19
20         package
21           Foo::Bar;
22
23       This sort of declaration is also ignored by the CPAN toolchain, and is
24       typically used when doing monkey patching or other tricky things.
25

AUTHOR

27       Ricardo SIGNES 😏 <rjbs@cpan.org>
28
30       This software is copyright (c) 2020 by Ricardo SIGNES.
31
32       This is free software; you can redistribute it and/or modify it under
33       the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.30.1                      2020-03-03   Dist::Zilla::Plugin::PkgDist(3)
Impressum