public
Description: Build and test database-backed Perl applications
Homepage:
Clone URL: git://github.com/theory/module-build-db.git
name age message
file .gitignore Loading commit data...
file Build.PL
file Changes
file MANIFEST.SKIP
file README
directory lib/
directory t/
README
Module/Build/DB version 0.10
============================

Module::Build::DB is a subclass of Module::Build that makes it easy to build
applications that require a database.

INSTALLATION

To install this module, type the following:

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

Or, if you don't have Module::Build installed, type the following:

    perl Makefile.PL
    make
    make test
    make install

Dependencies
------------

Module::Build::PG requires the following modules:

* Module::Build 0.34

Copyright and Licence
---------------------

Copyright (c) 2008-2009 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.