[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/linuxaux/opt/perl/lib/site_perl/5.10.0/i586-linux-thread-multi/Bundle/ -> DBI.pm (source)

   1  # -*- perl -*-
   2  
   3  package Bundle::DBI;
   4  
   5  our $VERSION = sprintf("12.%06d", q$Revision: 8695 $ =~ /(\d+)/o);
   6  
   7  1;
   8  
   9  __END__
  10  
  11  =head1 NAME
  12  
  13  Bundle::DBI - A bundle to install DBI and required modules.
  14  
  15  =head1 SYNOPSIS
  16  
  17    perl -MCPAN -e 'install Bundle::DBI'
  18  
  19  =head1 CONTENTS
  20  
  21  DBI - for to get to know thyself
  22  
  23  DBI::Shell 11.91 - the DBI command line shell
  24  
  25  Storable 2.06 - for DBD::Proxy, DBI::ProxyServer, DBD::Forward
  26  
  27  Net::Daemon 0.37 - for DBD::Proxy and DBI::ProxyServer
  28  
  29  RPC::PlServer 0.2016 - for DBD::Proxy and DBI::ProxyServer
  30  
  31  DBD::Multiplex 1.19 - treat multiple db handles as one
  32  
  33  =head1 DESCRIPTION
  34  
  35  This bundle includes all the modules used by the Perl Database
  36  Interface (DBI) module, created by Tim Bunce.
  37  
  38  A I<Bundle> is a module that simply defines a collection of other
  39  modules.  It is used by the L<CPAN> module to automate the fetching,
  40  building and installing of modules from the CPAN ftp archive sites.
  41  
  42  This bundle does not deal with the various database drivers (e.g.
  43  DBD::Informix, DBD::Oracle etc), most of which require software from
  44  sources other than CPAN. You'll need to fetch and build those drivers
  45  yourself.
  46  
  47  =head1 AUTHORS
  48  
  49  Jonathan Leffler, Jochen Wiedmann and Tim Bunce.
  50  
  51  =cut


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1