NAME

    Dist::Zilla::Plugin::AutoPrereqs::Perl::Critic - automatically extract
    Perl::Critic policy prereqs

SYNOPSIS

      # in dist.ini:
      [AutoPrereqs::Perl::Critic]
      critic_config = .perlcriticrc  ; defaults to not specify a profile
      phase         = develop        ; default
      type          = requires       ; default

DESCRIPTION

    This plugin will add Perl::Critic and all policies used by it, in the
    installed version, as distribution prerequisites.

 critic_config

    By default no policy is specified which lets Perl::Critic find the
    config itself. This defaults to .perlcriticrc in the current directory.

 phase

    By default, the dependencies are added to the develop phase. This can
    be changed to every valid phase.

 type

    By default, the dependencies are added as type requires. This can be
    changed to every valid phase.

SUPPORT

 Bugs / Feature Requests

    Please report any bugs or feature requests through the issue tracker at
    https://github.com/skirmess/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic/issues.
    You will be notified automatically of any progress on your issue.

 Source Code

    This is open source software. The code repository is available for
    public review and contribution under the terms of the license.

    https://github.com/skirmess/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic

      git clone https://github.com/skirmess/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic.git

AUTHOR

    Sven Kirmess <sven.kirmess@kzone.ch>

COPYRIGHT AND LICENSE

    This software is Copyright (c) 2017 by Sven Kirmess.

    This is free software, licensed under:

      The (two-clause) FreeBSD License

SEE ALSO

    Dist::Zilla::Plugin::AutoPrereqs, Perl::Critic, Test::Perl::Critic,

