This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Build.PL | ||
| |
Changes | ||
| |
MANIFEST.SKIP | ||
| |
README | ||
| |
lib/ | ||
| |
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.








