From: Ash Berlin Date: Wed, 7 Feb 2007 15:09:18 +0000 (+0000) Subject: r X-Git-Tag: v1.70~287 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5e1d5dd3d1f9f37a38662539f54bc0471d737c3;p=dbsrgits%2FSQL-Abstract.git r r2293@metis (orig r15): nwiger | 2006-11-30 17:16:39 +0000 --- diff --git a/pod/INSTALL.pod b/pod/INSTALL.pod new file mode 100644 index 0000000..12b4781 --- /dev/null +++ b/pod/INSTALL.pod @@ -0,0 +1,30 @@ + +=head1 NAME + +INSTALL - how to install SQL::Abstract + +=head1 DESCRIPTION + +To install in your root Perl tree: + + perl Makefile.PL + make + make test + make install + +If you want to relocate it elsewhere, say for testing, you need +to change the C variable: + + perl Makefile.PL PREFIX=~/lib + +Note: This is true for CPAN modules and is not specific to C. + +=head1 AUTHOR + +Copyright (c) 2000-2006 Nate Wiger . +All Rights Reserved. + +This module is free software; you may copy this under the terms of +the GNU General Public License, or the Artistic License, copies of +which should have accompanied your Perl kit. +