NAME

dist-requires - Report packages required by a distribution

VERSION

version 0.002

SYNOPSIS

dist-requires [-perl VERSION] [-all] { DIST_ARCHIVE_FILE | DIST_DIRECTORY }
dist-requires -help

DESCRIPTION

dist-requires will tell you which versions of which packages are required to build/test/run a distribution with a given version of perl.

ARGUMENTS

The only argument is the path to a distribution archive file (e.g. *.tar.gz file) or the path to a directory containing an unpacked distribution.

OPTIONS

-perl PERL_VERSION

Specifies which version of perl to consider when evaluating which packages would be necessary.

-all

List all required packages, not just those that are not provided in the perl core.

-help

Display usage information.

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

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