The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::OurDist - Add a $DIST to your packages (no line insertion)

VERSION

This document describes version 0.02 of Dist::Zilla::Plugin::OurDist (from Perl distribution Dist-Zilla-Plugin-OurDist), released on 2015-07-04.

SYNOPSIS

in dist.ini:

 [OurDist]

in your modules/scripts:

 our $DIST = 'Dist-Zilla-Plugin-OurDist'; # DIST

or

 our $DIST = 'Some-Dist'; # DIST

DESCRIPTION

This module is like Dist::Zilla::Plugin::PkgDist except that it looks for comments # DIST and put the $DIST assignment there instead of adding another line. The principle is the same as in Dist::Zilla::Plugin::OurVersion (instead of Dist::Zilla::Plugin::PkgVersion).

Comment/directive below __DATA__ or __END__ will not be replaced.

SEE ALSO

Dist::Zilla

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-OurDist.

SOURCE

Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-OurDist.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-OurDist

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.