NAME
Dist::Zilla::Role::ModuleIncluder - Include a module and its dependencies in inc/
VERSION
version 0.002
DESCRIPTION
This role allows your plugin to include one or more modules into the distribution for build time purposes. The modules will not be installed.
METHODS
include_modules($modules, $background_perl, $options)
Include all modules in @$modules
, and their dependencies in inc/
, except those that are core modules as of perl version $background_perl
(which is expected to be a version object). $options
is a hash that currently has only one possible key, blacklist, to specify dependencies that shouldn't be included.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.