The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#$Id$
README for Pod::Multi

This document refers to version 0.10 of Pod::Multi.  This version was
released May 16 2017.

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

% gunzip Pod-Multi-0.10.tar.gz
% tar xf Pod-Multi-0.10.tar
% cd Pod-Multi-0.10
% 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-2017 James E. Keenan.  United States.  All rights reserved.
This is free software and may be distributed under the same terms as Perl
itself.