Ricardo Signes > Dist-Zilla > Dist::Zilla::Plugin::InstallDirs

Download:
Dist-Zilla-1.093290.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093290   Source  

NAME ^

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

VERSION ^

version 1.093290

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.