Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules


DBD-Pg documentation Contained in the DBD-Pg distribution.

Index


Code Index:

NAME

Top

Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules

SYNOPSIS

Top

perl -MCPAN -e 'install Bundle::DBD::Pg'

CONTENTS

Top

DBI

DBD::Pg

DESCRIPTION

Top

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.

AUTHOR

Top

Greg Sabino Mullane <greg@turnstep.com>


DBD-Pg documentation Contained in the DBD-Pg distribution.

package Bundle::DBD::Pg;

use strict;
use warnings;

$VERSION = '2.18.1';

1;

__END__