Dist::Zilla::Plugin::AutoPrereq.3pm

Langue: en

Autres versions - même langue

Version: 2010-08-22 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

VERSION

version 4.102340

SYNOPSIS

In your dist.ini:
   [AutoPrereq]
   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::Prereq plugin.

This plugin will skip the modules shipped within your dist.

ATTRIBUTES

skip

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

CREDITS

This plugin was originally contributed by Jerome Quelin.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org> This software is copyright (c) 2010 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.