centos man page for module::install::share

Query: module::install::share

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Module::Install::Share(3)				User Contributed Perl Documentation				 Module::Install::Share(3)

NAME
Module::Install::Share - Install non-code files for use during run-time
SYNOPSIS
# Put everything inside ./share/ into the distribution 'auto' path install_share 'share'; # Same thing as above using the default directory name install_share;
DESCRIPTION
As well as Perl modules and Perl binary applications, some distributions need to install read-only data files to a location on the file system for use at run-time. XML Schemas, YAML data files, and SQLite databases are examples of the sort of things distributions might typically need to have available after installation. "Module::Install::Share" is a Module::Install extension that provides commands to allow these files to be installed to the applicable location on disk. To locate the files after installation so they can be used inside your module, see this extension's companion module File::ShareDir.
TO DO
Currently "install_share" installs not only the files you want, but if called by the author will also copy .svn and other source-control directories, and other junk. Enhance this to copy only files under share that are in the MANIFEST, or possibly those not in MANIFEST.SKIP.
AUTHORS
Audrey Tang <autrijus@autrijus.org> Adam Kennedy <adamk@cpan.org>
SEE ALSO
Module::Install, File::ShareDir
COPYRIGHT
Copyright 2006 Audrey Tang, Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.16.3 2012-03-01 Module::Install::Share(3)
Related Man Pages
inc::module::install(3pm) - debian
module::install::bundle(3) - centos
module::install::compiler(3) - centos
file::sharedir::install(3pm) - debian
module::install::share(3pm) - debian
Similar Topics in the Unix Linux Community
Install files for hp ux
#!/bin/sh shell question
Perl Module installation
Installing Oracle 10g on Snow Leopard using this tutorial
Endian vs pfsense??