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

NAME

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

VERSION

version 4.300001

SYNOPSIS

In your dist.ini:

  [AutoPrereqs]
  skip = ^Foo|Bar$

DESCRIPTION

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

skips

This is an arrayref of regular expressions. Any module names matching any of these regex will not be registered as prerequisites.

CREDITS

This plugin was originally contributed by Jerome Quelin.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Ricardo SIGNES.

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