Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Module::Install::Base - Base class for Module::Install extensions SYNOPSIS
In a Module::Install extension: use Module::Install::Base (); @ISA = qw(Module::Install::Base); DESCRIPTION
This module provide essential methods for all Module::Install extensions, in particular the common constructor "new" and method dispatcher "AUTOLOAD". METHODS
new(%args) Constructor -- need to preserve at least _top AUTOLOAD The main dispatcher - copy extensions if missing _top() Returns the top-level Module::Install object. admin() Returns the "_top" object's associated Module::Install::Admin object on the first run (i.e. when there was no inc/ when the program started); on subsequent (user-side) runs, returns a fake admin object with an empty "AUTOLOAD" method that does nothing at all. is_admin() Tells whether this is the first run of the installer (on author's side). That is when there was no inc/ at program start. True if that's the case. False, otherwise. SEE ALSO
Module::Install AUTHORS
Audrey Tang <autrijus@autrijus.org> COPYRIGHT
Copyright 2003, 2004 by 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.14.2 2012-03-01 Module::Install::Base(3pm)

Check Out this Related 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)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Compiling Software

I have a problem, my mate built me a little home server using Unix and after he set everything up he deleted the main compiler so i wouldnt be able to Install/Compile any software... And now i wanted to Install a compiler and i have to compile it... thats like installing winzip from a zip... (3 Replies)
Discussion started by: l22
3 Replies

2. UNIX for Dummies Questions & Answers

To Learn Unix..

What Os Should I Install? Thanks. (4 Replies)
Discussion started by: dhkkim
4 Replies

3. HP-UX

Searching for HP-UX 10.x Install Media

Hiya folks, The drive on my 712/80 just died and I can't seem to find my 10.20 CDs anywhere. My wife says she think she threw out the box that they were in when we moved recently. :( Sooo... What I'm looking for is someone that has upgraded to 11i (or something ) that no longer wants/needs... (0 Replies)
Discussion started by: ErikTheHAck
0 Replies

4. UNIX for Dummies Questions & Answers

Can DELL PoewrEdge 2950 Install x86 Unix OS

As titled. Thanks! :) (0 Replies)
Discussion started by: Felixkoo
0 Replies

5. UNIX for Advanced & Expert Users

Which Base Level Filesets needed by a specific program?

hello... thats a great forum btw :) my problem is that I need a list of the Base Level Filesets (BLF) which are needed by a specific program. Is there any command/tool which shows me that? during the installation I can choose "Preview only" so that I can see what BLF´s are missing etc but... (4 Replies)
Discussion started by: cypher82
4 Replies

6. 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

7. Red Hat

How to Install JCAPS on RHEL 5.4 OS?

Hello Geeks, I would like to know the procedure and the commands which are used for this. Thanks for your time. Thanks, NaReN (0 Replies)
Discussion started by: naren nandale
0 Replies