summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/Bundle/DBD/mysql.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl.straw/lib/Bundle/DBD/mysql.pm')
-rwxr-xr-xMaster/tlpkg/tlperl.straw/lib/Bundle/DBD/mysql.pm30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl.straw/lib/Bundle/DBD/mysql.pm b/Master/tlpkg/tlperl.straw/lib/Bundle/DBD/mysql.pm
new file mode 100755
index 00000000000..0934674949f
--- /dev/null
+++ b/Master/tlpkg/tlperl.straw/lib/Bundle/DBD/mysql.pm
@@ -0,0 +1,30 @@
+# -*- 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