Dist::Zilla::Plugin::AutoPrereqs - automatically extract prereqs from your modules


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.

Index


NAME

Top

Dist::Zilla::Plugin::AutoPrereqs - automatically extract prereqs from your modules

VERSION

Top

version 4.200008

SYNOPSIS

Top

In your dist.ini:

  [AutoPrereqs]
  skip = ^Foo|Bar$

DESCRIPTION

Top

This plugin will extract loosely your distribution prerequisites from your files using Perl::PrereqScanner.

If some prereqs are not found, you can still add them manually with the Dist::Zilla::Plugin::Prereqs plugin.

This plugin will skip the modules shipped within your dist.

ATTRIBUTES

Top

skip

This string will be used as a regular expression. Any module names matching this regex will not be registered as prerequisites.

CREDITS

Top

This plugin was originally contributed by Jerome Quelin.

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.