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 / DBD / mysql.pm
CommitLineData
86530b38
AT
1# -*- perl -*-
2
3package Bundle::DBD::mysql;
4
5$VERSION = '2.0419';
6
71;
8
9__END__
10
11=head1 NAME
12
13Bundle::DBD::mysql - A bundle to install Perl drivers for mSQL or MySQL
14
15=head1 SYNOPSIS
16
17C<perl -MCPAN -e 'install Bundle::DBD::mysql'>
18
19=head1 CONTENTS
20
21DBI
22
23Data::ShowTable
24
25Mysql
26
27DBD::mysql
28
29=head1 DESCRIPTION
30
31This bundle includes all that's needed to run both DBI drivers and
32non-DBI drivers for mSQL or MySQL.
33
34=cut