speling mistake
[DBIx-DataSource.git] / README
1 DBIx::DataSource
2
3 Copyright (c) 2000 Ivan Kohler
4 Copyright (c) 2000 Mail Abuse Prevention System LLC
5 All rights reserved.
6 This program is free software; you can redistribute it and/or modify it under
7 the same terms as Perl itself.
8
9 This module implements create and drop functions for databases.  It aims to
10 provide a common interface to database creation and deletion regardless
11 of the actual database being used.
12
13 Currently supported databases are MySQL and PostgreSQL.  Assistance adding
14 support for other databases is welcomed and relatively simple - see the
15 DBIx::DataSource::Driver documentation.
16
17 To install:
18         perl Makefile.PL
19         make
20         make test # nothing substantial yet
21         make install
22
23 Documentation will then be available via `man DBIx::DataSource' or
24 `perldoc DBIx::DataSource'.
25
26 Anonymous CVS access is available:
27   $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot"
28   $ cvs login
29   (Logging in to anonymous@cleanwhisker.420.am)
30   CVS password: anonymous
31   $ cvs checkout DBIx-DataSource
32 as well as <http://www.420.am/cgi-bin/cvsweb/DBIx-DataSource>.
33
34 A mailing list is available.  Send a blank message to
35 <ivan-dbix-datasource-users-subscribe@420.am>.
36
37 Homepage: <http://www.420.am/dbix-datasource>
38
39 $Id: README,v 1.1 2000-09-25 12:44:09 ivan Exp $
40