The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#$Id: README 1202 2007-10-27 15:12:03Z jimk $
README for Pod::Multi

This document refers to version 0.09 of Pod::Multi.  This version was
released October 27, 2007.

To install this module on your system, place the tarball archive file in a 
temporary directory and call the following:

% gunzip Pod-Multi-0.09.tar.gz
% tar xf Pod-Multi-0.09.tar
% cd Pod-Multi-0.09
% perl Makefile.PL
% make
% make test
% make install

If during installation you wish to view more information on test results, 
substitute the fllowing for the sixth line in the sequence of commands
above:

% make test TEST=VERBOSE

If you are installing this module over any earlier version, you may 
substitute the following for the last line in the sequence of commands 
above:

% make install UNINST=1

If you are installing this module on a Win32 system with 'nmake', 
substitute 'nmake' for 'make' in the sequence of commands above.

In sending e-mail to the author, please put "Pod::Multi" or 
"Pod-Multi" in the subject line.

Author:  James E. Keenan (jkeenan@cpan.org).
Originally created May 22, 2006.

Copyright (c) 2006 James E. Keenan.  United States.  All rights reserved. 
This is free software and may be distributed under the same terms as Perl
itself.