NAME
Dist::Zilla::Plugin::AutoModuleShareDirs - Automatically install sharedirs for modules by scheme
VERSION
version 0.001
SYNOPSIS
In dist.ini:
[AutoModuleShareDirs]
scan_namespaces = MyApp::Plugin
sharedir_method = function_on_the_package
DESCRIPTION
More information to come, but this module actually automatize the setting for defining the sharedirs for module inside your distribution (see Dist::Zilla::Plugin::ModuleShareDirs).
So far there is no default behaviour defined, soon to come.
The usage of scan_namespaces is optional.
It only includes modules that have a sharedir after the specification given.
SEE ALSO
Dist::Zilla::Plugin::ModuleShareDirs
SPONSOR
This module is sponsored by DuckDuckGo Inc..
SUPPORT
IRC
Join #distzilla on irc.perl.org. Highlight Getty for fast reaction :).
Repository
http://github.com/Getty/p5-dist-zilla-plugin-automodulesharedirs
Pull request and additional contributors are welcome
Issue Tracker
http://github.com/Getty/p5-dist-zilla-plugin-automodulesharedirs/issues
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Torsten Raudssus http://raudss.us/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.