NAME
Dist::Zilla::Plugin::JSAN::StaticDir - Process "static" directory
VERSION
version 0.01_04
SYNOPSIS
In your dist.ini:
[JSAN]
static_dir = static ; default
[JSAN::StaticDir]
DESCRIPTION
This plugin will move the "static" directory of your distribution into the "lib" folder, under its distribution name. Please refer to Module::Build::JSAN::Installable for details what is a "static" directory.
Note, that the "static_dir" parameter by itself should be specified for the [JSAN] plugin, because its also needed for META.JSON generation.
AUTHOR
Nickolay Platonov <nplatonov@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Nickolay Platonov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.