NAME
Dist::Zilla::Plugin::InstallDirs - mark directory contents for installation
VERSION
version 1.093000
SYNOPSIS
In your dist.ini:
[InstallDirs]
bin = scripts
bin = extra_scripts
DESCRIPTION
This plugin marks the contents of certain directories as files to be installed under special locations.
The only implemented attribute is bin, which indicates directories that contain executable files to install. If no value is given, the directory bin will be considered.
TODO
Add support for ShareDir-style dist_dir files.
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.