The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.100600

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.

bin indicates directories that contain executable files to install. If no value is given, the directory bin will be used.

share indicates directories that contain shared content to install for use with File::ShareDir. If no value is given, it will try to guess whether or not ./share should be used.

AUTHOR

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.