NAME

Dist::Zilla::App::Command::stock - stock the pantry with ingredients for your dist

VERSION

version 0.001

SYNOPSIS

dzil stock

DESCRIPTION

This Dist::Zilla command "stocks" the "pantry" with all the ingredients for your distribution. More specifically, the stock command extracts the dependencies from your distribution and uses Pinto to import all of them into a local CPAN-like repository in the pan directory. As your distribution evolves and accumulates more dependencies, you can run the stock command again to "stock" the additional ingredients.

ARGUMENTS

None.

OPTIONS

None.

NOTES

The easiest way to declare your dependencies is to use the Dist::Zilla::Plugin::AutoPrereqs plugin, which automatically discovers dependencies by examining your code. To use the plugin, add this to your dist.ini file, like so...

[AutoPrereqs]

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.