
Dist::Zilla::Plugin::InstallDirs - mark directory contents for installation

version 1.093290

In your dist.ini:
[InstallDirs] bin = scripts bin = extra_scripts

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.

Add support for ShareDir-style dist_dir files.

Ricardo SIGNES <rjbs@cpan.org>

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.