Initial Commit
This commit is contained in:
57
database/perl/vendor/lib/Bundle/DBD/CSV.pm
vendored
Normal file
57
database/perl/vendor/lib/Bundle/DBD/CSV.pm
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
#/usr/bin/perl
|
||||
|
||||
package Bundle::DBD::CSV;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = "1.14";
|
||||
|
||||
1;
|
||||
|
||||
__END__
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
perl -MCPAN -e 'install Bundle::DBD::CSV'
|
||||
|
||||
=head1 CONTENTS
|
||||
|
||||
DBI 1.643
|
||||
|
||||
Text::CSV_XS 1.44
|
||||
|
||||
SQL::Statement 1.414
|
||||
|
||||
DBD::File 0.44
|
||||
|
||||
DBD::CSV 0.56
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This bundle includes all that's needed to access so-called CSV (Comma
|
||||
Separated Values) files via a pseudo SQL engine (SQL::Statement) and DBI.
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
This module is currently maintained by
|
||||
|
||||
H.Merijn Brand <h.m.brand@xs4all.nl>
|
||||
|
||||
=head1 COPYRIGHT AND LICENSE
|
||||
|
||||
Copyright (C) 2009-2020 by H.Merijn Brand
|
||||
Copyright (C) 2004-2009 by Jeff Zucker
|
||||
Copyright (C) 1998-2004 by Jochen Wiedmann
|
||||
|
||||
All rights reserved.
|
||||
|
||||
You may distribute this module under the terms of either the GNU
|
||||
General Public License or the Artistic License, as specified in
|
||||
the Perl README file.
|
||||
|
||||
=cut
|
||||
39
database/perl/vendor/lib/Bundle/DBD/Pg.pm
vendored
Normal file
39
database/perl/vendor/lib/Bundle/DBD/Pg.pm
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
package Bundle::DBD::Pg;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '3.8.0';
|
||||
|
||||
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>
|
||||
|
||||
|
||||
23
database/perl/vendor/lib/Bundle/DBD/mysql.pm
vendored
Normal file
23
database/perl/vendor/lib/Bundle/DBD/mysql.pm
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
package Bundle::DBD::mysql;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '4.050';
|
||||
|
||||
1;
|
||||
|
||||
__END__
|
||||
|
||||
=pod
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Bundle::DBD::mysql
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package only exists for legacy reasons. Please use the L<DBD::mysql>
|
||||
package instead.
|
||||
|
||||
=cut
|
||||
Reference in New Issue
Block a user