-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
30 lines (18 loc) · 665 Bytes
/
INSTALL
File metadata and controls
30 lines (18 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
=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<MakeMaker PREFIX> variable:
perl Makefile.PL PREFIX=~/lib
Note: This is true for CPAN modules and is not specific to C<SQL::Abstract>.
=head1 AUTHOR
Copyright (c) 2000-2006 Nate Wiger <nwiger@cpan.org>.
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.