The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Module-Build-Database Build Status

DESCRIPTION

Manage a database schema in the style of Module::Build.

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

DESCRIPTION

This is a subclass of Module::Build that adds functionality for keeping a database schema up to date.

See the pod for more documentation. See eg/ for sample usage.