common/tools/lib/Bundle/DBD/mysql.pm
author Johan Groth <johang@symbian.org>
Thu, 07 Oct 2010 13:44:15 +0100 (2010-10-07)
changeset 1260 f853a7acb410
parent 1162 ead96bc104ea
permissions -rw-r--r--
Make sure new run-qmake.ant.xml.ftl is used.
# -*- 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