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

NAME

Dist::Zilla::Plugin::Prereqs::CheckCircular - Check for circular/recursive dependencies (using local CPAN mirror)

VERSION

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

SYNOPSIS

In dist.ini:

 [Prereqs::CheckCircular]

DESCRIPTION

This plugin will check that there is no circular dependency being formed. This is done by: collecting all RuntimeRequires prereqs of the distribution, then feeding them to App::lcpan to get the recursive dependencies of those prereqs. If one of those dependencies is one of the distribution's modules, then we have a circular dependency and the build is aborted.

ENVIRONMENT

DZIL_CHECKCIRCULAR_SKIP => bool

Can be set to 1 to skip checking circular dependency.

HOMEPAGE

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

SOURCE

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

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-CheckCircular

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

App::lcpan, lcpan

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

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