The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.1.2

SYNOPSIS

In your dist.ini:

    [AutoPrereq]

DESCRIPTION

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

The extraction may not be perfect, since it will only find the plain lines beginning with use or require in your perl modules and scripts. 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 does not accept any option (yet).

BUGS

Please report any bugs or feature request to <bug-dist-zilla-plugin-autoprereq@rt.cpan.org>, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-AutoPrereq.

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.