Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

module::install::share(3pm) [debian man page]

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

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.14.2 2012-03-01 Module::Install::Share(3pm)

Check Out this Related Man Page

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

NAME
inc::Module::Install - Module::Install configuration system SYNOPSIS
use inc::Module::Install; DESCRIPTION
This module first checks whether the inc/.author directory exists, and removes the whole inc/ directory if it does, so the module author always get a fresh inc every time they run Makefile.PL. Next, it unshifts "inc" into @INC, then loads Module::Install from there. Below is an explanation of the reason for using a loader module: The original implementation of CPAN::MakeMaker introduces subtle problems for distributions ending with "CPAN" (e.g. CPAN.pm, WAIT::Format::CPAN), because its placement in ./CPAN/ duplicates the real libraries that will get installed; also, the directory name ./CPAN/ may confuse users. On the other hand, putting included, for-build-time-only libraries in ./inc/ is a normal practice, and there is little chance that a CPAN distribution will be called "Something::inc", so it's much safer to use. Also, it allows for other helper modules like Module::AutoInstall to reside also in inc/, and to make use of them. AUTHORS
Audrey Tang <autrijus@autrijus.org> COPYRIGHT
Copyright 2003, 2004 Audrey Tang <autrijus@autrijus.org>. 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 inc::Module::Install(3)
Man Page

12 More Discussions You Might Find Interesting

1. HP-UX

Install files for hp ux

ok im not exactly a unix expert but i purchased a workstation online it has hp ux 11i on it and i would like to make a cd for hp ux 11i is there a way at all to copy the installation files to a cd... im not exaclty sure where the instalation files might be but thats what i was also hoping that you... (18 Replies)
Discussion started by: bbutler3295
18 Replies

2. Shell Programming and Scripting

#!/bin/sh shell question

HI, Nice to meet u... I am a newbie. I have met a problem in the work as following: SRCLOG="/Share/log/testlog/*" SRCLOG="/Share/log/systemlog/*" SRCLOG="/Share/log/log.conf" SRCLOG="/Share/log/message" How can I get the file or directory value from each element of... (0 Replies)
Discussion started by: GCTEII
0 Replies

3. AIX

Which Files To Share WIth CSM?

Hi, I'm new to AIX 5.3 and CSM, but am familiar with other UNIX flavours. I've been asked to compile a list of files we should manage using CSM. Could someone suggest a starting list? /etc/hosts /etc/passwd what else? I'm not looking for a comprehensive list, just a starting... (0 Replies)
Discussion started by: MyMateDave
0 Replies

4. Programming

malloc() + run-time issues

Besides an exhausted heap, is there any other scenarios which can cause malloc() to generate a run-time error ? (7 Replies)
Discussion started by: JamesGoh
7 Replies

5. Solaris

What is the best way to copy data from place to another place?

Dear Gurus, I need you to advice or suggestion about the best solution to copy data around 200-300G from serverA(location A) to serverB(location B). Normally, I will share folder and then copy but it takes too long time(about 2 days). Do you have any suggestion or which way should be... (9 Replies)
Discussion started by: unitipon
9 Replies

6. Shell Programming and Scripting

Remove junk characters using Perl

Guys, can you help me in removing the junk character "^S" from the below line using perl Reference Data Not Recognised ^S Where a value is provided by the consuming system, which is not reco Thanks, M.Mohan (1 Reply)
Discussion started by: mohan_xunil
1 Replies

7. OS X (Apple)

Installing Oracle 10g on Snow Leopard using this tutorial

This tutorial. Which is a lovely tutorial, really, and was working up until this instruction: Now download db.zip installation archive and place it somewhere and unzip it: mkdir Install cd Install # download db.zip to this directory unzip db.zip cd db/Disk1 I didn't know how to... (1 Reply)
Discussion started by: khayraB
1 Replies

8. Shell Programming and Scripting

Can't locate inc/Module/Install.pm in @INC

Hi, I'm trying to install "Date-FromToday" module on my solaris box as below. #perl Makefile.pl (i got the below error) Can't locate inc/Module/Install.pm in @INC (@INC contains: /usr/perl5/5.8.4/lib/sun4-solaris-64int /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-64int... (3 Replies)
Discussion started by: admin@2010
3 Replies

9. Red Hat

Install a Software on Fedora!

Hi, I've been busy since this afternoon with an editor called e3 installation process! I have the source code and I think that I have to make a .C file first then try make command ... ./configure doesn't work, there is no useful README and I am completely lost... The file for Fedora x86_64 is... (1 Reply)
Discussion started by: almirzaee
1 Replies

10. AIX

I/O speed to CIFS mounted Windows Share

I have an AIX box that mounts a Windows share across subnets. When I try to copy a 100 MB file to it, it copies around 2 MB/s. If I copy to another Windows share on the same subnet it copies around 12 MB/s. All I have is gigabit networks so I would expect it to go well over 12 MB/s, which is the... (8 Replies)
Discussion started by: kah00na
8 Replies

11. UNIX for Beginners Questions & Answers

Mounting Windows Share to Linux Server

Hi Folks - I need to mount a Windows Share to a Linux server. What is the best/easiest way to do this? Is this 'how-to' guide accurate: How to Share Files Between Windows and Linux Or is there a better method you could share? Thanks! (8 Replies)
Discussion started by: SIMMS7400
8 Replies

12. AIX

Copy to Windows hidden share

Hi, I need to find a solution for backing up/transferring BACKUP (dump file) from AIX (specifically) to Windows 2012 Hidden Share. The vendor says that he cannot do a copy from his system to hidden share because it requires a password... Personally, I think that there should be a solution... (9 Replies)
Discussion started by: pob579
9 Replies