Initial Commit
This commit is contained in:
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user