Lib::Module, 0.65, installation:

Please remember that this software has not been tested thoroughly,
only on the Linux and Solaris operating systems.  Refer all questions
and problem reports to the author, rkiesling@mainmatter.com.


System requirements:

1.  A Unix or derivative operating system.
2.  Perl version 5.005 or greater.
3.  GNU make.


Installation:

1.  Unpack the .tar.gz file:

	gunzip -c Lib-Module-<version>.tar.gz | tar xvf -

2.  Change to the top-level subdirectory:

  $ cd Lib-Module-<version>

3.  Build the Makefile for:

	$ perl Makefile.PL

4.  Build the program modules and documentation.  Type:

	  $ make

5.  If necessary, become root (via "su", for example), and 
    install the source files and documentation in the system's 
    site_perl library.

	  $ su
	  Enter Password:
	  # make install


Copyright:

This software is distributed under the Perl Artistic License.
Please refer to the file "Artistic" in this directory.
