blob: 7f603cb1823442cf13098ed35caa8c9329f96dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>
|