summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Bundle/DBD
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-05-12 16:54:37 +0000
committerNorbert Preining <preining@logic.at>2010-05-12 16:54:37 +0000
commit661c41a09e39a182865e0b51e34cc995a0dc96e8 (patch)
tree2f79bb1406e22fdcb2587be8ffda6c0c609d7932 /Master/tlpkg/tlperl/lib/Bundle/DBD
parentb645030efc22e13c2498a1522083634ab91b2de1 (diff)
move tlperl.straw to tlperl
git-svn-id: svn://tug.org/texlive/trunk@18210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Bundle/DBD')
-rwxr-xr-xMaster/tlpkg/tlperl/lib/Bundle/DBD/Pg.pm39
-rwxr-xr-xMaster/tlpkg/tlperl/lib/Bundle/DBD/mysql.pm30
2 files changed, 69 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Bundle/DBD/Pg.pm b/Master/tlpkg/tlperl/lib/Bundle/DBD/Pg.pm
new file mode 100755
index 00000000000..7f603cb1823
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/Bundle/DBD/Pg.pm
@@ -0,0 +1,39 @@
+
+package Bundle::DBD::Pg;
+
+use strict;
+use warnings;
+
+$VERSION = '2.16.1';
+
+1;
+
+__END__
+
+=head1 NAME
+
+Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules
+
+=head1 SYNOPSIS
+
+C<perl -MCPAN -e 'install Bundle::DBD::Pg'>
+
+=head1 CONTENTS
+
+DBI
+
+DBD::Pg
+
+=head1 DESCRIPTION
+
+This bundle includes all the modules needed for DBD::Pg (the Perl
+interface to the Postgres database system). Please feel free to
+ask for help or report any problems to dbd-pg@perl.org.
+
+=cut
+
+=head1 AUTHOR
+
+Greg Sabino Mullane E<lt>F<greg@turnstep.com>E<gt>
+
+
diff --git a/Master/tlpkg/tlperl/lib/Bundle/DBD/mysql.pm b/Master/tlpkg/tlperl/lib/Bundle/DBD/mysql.pm
new file mode 100755
index 00000000000..0934674949f
--- /dev/null
+++ b/Master/tlpkg/tlperl/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