Module-Build-Database  [![Build Status](https://secure.travis-ci.org/bduggan/Module-Build-Database.png)](http://travis-ci.org/bduggan/Module-Build-Database)
=====================

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.