Jerome Quelin > Dist-Zilla-Plugin-AutoPrereq > Dist::Zilla::Plugin::AutoPrereq

Download:
Dist-Zilla-Plugin-AutoPrereq-1.093190.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 1.093190   Source  

NAME ^

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

VERSION ^

version 1.093190

SYNOPSIS ^

In your dist.ini:

    [AutoPrereq]
    skip = ^Foo|Bar$

DESCRIPTION ^

This plugin will extract loosely your distribution prerequisites from your files.

The extraction may not be perfect, since it will only find the following prereqs:

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

It will trim the following pragamata: strict, warnings and lib. It will also trim the modules under your dist namespace (eg: for Dist-Zilla, it will trim all Dist::Zilla::* prereqs found.

The module accept the following options:

SEE ALSO ^

You can look for information on this module at:

AUTHOR ^

Jerome Quelin

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 by Jerome Quelin.

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