The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# -*- perl -*-

package Bundle::DBD::~~dbd_driver~~;

$VERSION = '~~dbd_version~~';

1;

__END__

=head1 NAME

Bundle::DBD::~~dbd_driver~~ - A bundle to install Perl drivers for mSQL or MySQL

=head1 SYNOPSIS

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

=head1 CONTENTS

DBI

Data::ShowTable

~~nodbd_driver~~

DBD::~~dbd_driver~~

=head1 DESCRIPTION

This bundle includes all that's needed to run both DBI drivers and
non-DBI drivers for mSQL or MySQL.

=cut