The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::Prereqs::EnsurePP - Make sure that prereqs (and their deps) are all PP modules

VERSION

This document describes version 0.100 of Dist::Zilla::Plugin::Prereqs::EnsurePP (from Perl distribution Dist-Zilla-Plugin-Prereqs-EnsureCoreOrPP), released on 2021-05-31.

SYNOPSIS

In dist.ini:

 [Prereqs::EnsurePP]

DESCRIPTION

This plugin will check that all RuntimeRequires prereqs (and all their recursive RuntimeRequires deps) are all PP modules. To do this checking, all prereqs must be installed during build time and they all must be indexed by CPAN. Also, a reasonably fresh local CPAN mirror indexed (produced by App::lcpan) is required.

HOMEPAGE

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

SOURCE

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

BUGS

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

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.

SEE ALSO

Dist::Zilla::Plugin::Prereqs::EnsureCoreOrPP

Dist::Zilla::Plugin::Prereqs::EnsureCore

Dist::Zilla::Plugin::CheckPrereqsIndexed, Dist::Zilla::Plugin::EnsurePrereqsInstalled

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021, 2016, 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.