X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=12b478144f098e6d9cbf297cd49216c569bf9e12;hb=41751122477eb5028a8849fe38ed59bf33fd522f;hp=0000000000000000000000000000000000000000;hpb=b643abe1a7eb7e3e4ba89eb85ec27588daa8701a;p=scpubgit%2FQ-Branch.git diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..12b4781 --- /dev/null +++ b/INSTALL @@ -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. +