1Dist::Zilla::Plugin::PkUgsDeirstC(o3n)tributed Perl DocuDmiesntt:a:tZiiolnla::Plugin::PkgDist(3)
2
3
4
6 Dist::Zilla::Plugin::PkgDist - add a $DIST to your packages
7
9 version 6.012
10
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
27 Ricardo SIGNES 😏 <rjbs@cpan.org>
28
30 This software is copyright (c) 2018 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.0 2019-07-26 Dist::Zilla::Plugin::PkgDist(3)