The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

INSTALL - how to install SQL::Abstract

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 MakeMaker PREFIX variable:

    perl Makefile.PL PREFIX=~/lib

Note: This is true for CPAN modules and is not specific to SQL::Abstract.

AUTHOR

Copyright (c) 2000-2006 Nate Wiger <nwiger@cpan.org>. All Rights Reserved.

MAINTAINERS

The DBIx-Class team, contactable via the DBIC list at <dbix-class@lists.scsys.co.uk>

Release manager Matt S Trout, mst <at> shadowcat.co.uk

LICENSE

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.