common/tools/lib/Bundle/DBD/mysql.pm
changeset 1174 ead96bc104ea
equal deleted inserted replaced
1173:7659931b2194 1174:ead96bc104ea
       
     1 # -*- perl -*-
       
     2 
       
     3 package Bundle::DBD::mysql;
       
     4 
       
     5 $VERSION = '4.004';
       
     6 
       
     7 1;
       
     8 
       
     9 __END__
       
    10 
       
    11 =head1 NAME
       
    12 
       
    13 Bundle::DBD::mysql - A bundle to install Perl drivers for MySQL
       
    14 
       
    15 =head1 SYNOPSIS
       
    16 
       
    17 C<perl -MCPAN -e 'install Bundle::DBD::mysql'>
       
    18 
       
    19 =head1 CONTENTS
       
    20 
       
    21 DBI
       
    22 
       
    23 DBD::mysql
       
    24 
       
    25 =head1 DESCRIPTION
       
    26 
       
    27 This bundle includes all that is needed to connect with a MySQL server using
       
    28 DBI.
       
    29 
       
    30 =cut