| Dist-Zilla documentation | view source | Contained in the Dist-Zilla distribution. |
Dist::Zilla::Plugin::AutoPrereqs - automatically extract prereqs from your modules
version 4.200008
In your dist.ini:
[AutoPrereqs] skip = ^Foo|Bar$
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.
This string will be used as a regular expression. Any module names matching this regex will not be registered as prerequisites.
This plugin was originally contributed by Jerome Quelin.
Ricardo SIGNES <rjbs@cpan.org>
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.
| Dist-Zilla documentation | view source | Contained in the Dist-Zilla distribution. |