common/tools/lib/Bundle/DBD/mysql.pm
author Dario Sestito <darios@symbian.org>
Thu, 09 Sep 2010 13:28:40 +0100
changeset 1250 cf7f8806ba43
parent 1174 ead96bc104ea
permissions -rw-r--r--
Upload of build info to bit db should be controlled by sf.spec.publish.enable

# -*- perl -*-

package Bundle::DBD::mysql;

$VERSION = '4.004';

1;

__END__

=head1 NAME

Bundle::DBD::mysql - A bundle to install Perl drivers for MySQL

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::DBD::mysql'>

=head1 CONTENTS

DBI

DBD::mysql

=head1 DESCRIPTION

This bundle includes all that is needed to connect with a MySQL server using
DBI.

=cut