1Bundle::DBI(3) User Contributed Perl Documentation Bundle::DBI(3)
2
3
4
6 Bundle::DBI - A bundle to install DBI and required modules.
7
9 perl -MCPAN -e 'install Bundle::DBI'
10
12 DBI - for to get to know thyself
13
14 DBI::Shell 11.91 - the DBI command line shell
15
16 Storable 2.06 - for DBD::Proxy, DBI::ProxyServer, DBD::Forward
17
18 Net::Daemon 0.37 - for DBD::Proxy and DBI::ProxyServer
19
20 RPC::PlServer 0.2016 - for DBD::Proxy and DBI::ProxyServer
21
22 DBD::Multiplex 1.19 - treat multiple db handles as one
23
25 This bundle includes all the modules used by the Perl Database
26 Interface (DBI) module, created by Tim Bunce.
27
28 A Bundle is a module that simply defines a collection of other modules.
29 It is used by the CPAN module to automate the fetching, building and
30 installing of modules from the CPAN ftp archive sites.
31
32 This bundle does not deal with the various database drivers (e.g.
33 DBD::Informix, DBD::Oracle etc), most of which require software from
34 sources other than CPAN. You'll need to fetch and build those drivers
35 yourself.
36
38 Jonathan Leffler, Jochen Wiedmann and Tim Bunce.
39
40
41
42perl v5.10.1 2007-01-24 Bundle::DBI(3)