This is the Module::LocalBuild Perl Package.

0.1 Copyright
=============

This package is Copyright 2001-2010 by Wilson Snyder
<wsnyder@wsnyder.org>.

   This program is free software; you can redistribute it and/or modify
it under the terms of either the GNU Lesser General Public License
Version 3 or the Perl Artistic License Version 2.0.

   This code is provided with no warranty of any kind, and is used
entirely at your own risk.

0.2 Summary
===========

Module::LocalBuild is used to call 'perl Makefile.PL' and friends on
packages in a local working copy of a source code repository.  This
allows people to have local copies of Perl modules, and edit them at
will without having to worry about when to compile them.

   It also allows the same sources to be simultaneously built and
maintained under different operating systems.

   For more details see Module::LocalBuild manpage, and the
t/30_locaboot.t test which calls the example t/localboot.pl boot script.

0.3 Obtaining Distribution
==========================

Log-Detect is part of the L<http://www.veripool.org/> free EDA software
tool suite.  The latest version is available from
`http://www.perl.org/CPAN/', and from `http://www.veripool.org/'.

   Download the latest package from that site, and decompress.  `gunzip
Log-Detect_version.tar.gz ; tar xvf Log-Detect_version.tar'

0.4 Supported Systems
=====================

This version of Module::LocalBuild has been built and tested on:

   * i386-linux

   It should run on any system with Perl5.

0.5 Installation
================

  1. `cd' to the directory containing this README notice.

  2. Type `perl Makefile.PL' to configure Module::LocalBuild for your
     system.

  3. Type `make' to compile Module::LocalBuild.

  4. Type `make test' to check the compilation.

  5. Type `make install' to install the programs and any data files and
     documentation.