Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Bundle / DBI.pm
CommitLineData
86530b38
AT
1# -*- perl -*-
2
3package Bundle::DBI;
4
5$VERSION = '1.03';
6
71;
8
9__END__
10
11=head1 NAME
12
13Bundle::DBI - A bundle to install DBI and required modules.
14
15=head1 SYNOPSIS
16
17C<perl -MCPAN -e 'install Bundle::DBI'>
18
19=head1 CONTENTS
20
21Storable - for DBD::Proxy and DBI::ProxyServer
22
23Net::Daemon 0.22 - for DBD::Proxy and DBI::ProxyServer
24
25RPC::PlServer 0.2001 - for DBD::Proxy and DBI::ProxyServer
26
27Getopt::Long 2.17 - for DBI::Shell
28
29DBI - for to get to know thyself
30
31=head1 DESCRIPTION
32
33This bundle includes all the modules used by the Perl Database
34Interface (DBI) module, created by Tim Bunce.
35
36A I<Bundle> is a module that simply defines a collection of other
37modules. It is used by the L<CPAN> module to automate the fetching,
38building and installing of modules from the CPAN ftp archive sites.
39
40This bundle does not deal with the various database drivers (e.g.
41DBD::Informix, DBD::Oracle etc), most of which require software from
42sources other than CPAN. You'll need to fetch and build those drivers
43yourself.
44
45=head1 AUTHORS
46
47Jonathan Leffler, Jochen Wiedmann and Tim Bunce.
48
49=head1 THANKS
50
51To Graham Barr for the Bundle::libnet example.
52
53=cut