Changes for version 0.42 - 2013-06-14
- added post_initdb
Modules
Manage database patches in the style of Module::Build.
Helper for testing Module::Build::Database apps
Provides
in lib/Module/Build/Database/Helpers.pm
Examples
- eg/Pgapp/Build.PL
- eg/Pgapp/db/dist/base.sql
- eg/Pgapp/db/dist/docs/html/contents.html
- eg/Pgapp/db/dist/docs/html/default.html
- eg/Pgapp/db/dist/docs/html/index.html
- eg/Pgapp/db/dist/docs/html/table_doo.five.html
- eg/Pgapp/db/dist/docs/html/table_doo.number_four.html
- eg/Pgapp/db/dist/docs/html/table_doo.one.html
- eg/Pgapp/db/dist/docs/html/table_doo.three.html
- eg/Pgapp/db/dist/docs/html/table_doo.two.html
- eg/Pgapp/db/dist/docs/pod/table_five.pod
- eg/Pgapp/db/dist/docs/pod/table_number_four.pod
- eg/Pgapp/db/dist/docs/pod/table_one.pod
- eg/Pgapp/db/dist/docs/pod/table_three.pod
- eg/Pgapp/db/dist/docs/pod/table_two.pod
- eg/Pgapp/db/dist/patches_applied.txt
- eg/Pgapp/db/patches/0010_one.sql
- eg/Pgapp/db/patches/0020_two.sql
- eg/Pgapp/db/patches/0030_three.sql
- eg/Pgapp/db/patches/0040_four.sql
- eg/Pgapp/db/patches/0050_five.sql
- eg/Pgapp/lib/Pgapp.pm
- eg/PgappNoPostgis/Build.PL
- eg/PgappNoPostgis/db/dist/base.sql
- eg/PgappNoPostgis/db/dist/docs/html/contents.html
- eg/PgappNoPostgis/db/dist/docs/html/default.html
- eg/PgappNoPostgis/db/dist/docs/html/index.html
- eg/PgappNoPostgis/db/dist/docs/html/table_doo.five.html
- eg/PgappNoPostgis/db/dist/docs/html/table_doo.number_four.html
- eg/PgappNoPostgis/db/dist/docs/html/table_doo.one.html
- eg/PgappNoPostgis/db/dist/docs/html/table_doo.three.html
- eg/PgappNoPostgis/db/dist/docs/html/table_doo.two.html
- eg/PgappNoPostgis/db/dist/docs/pod/table_five.pod
- eg/PgappNoPostgis/db/dist/docs/pod/table_number_four.pod
- eg/PgappNoPostgis/db/dist/docs/pod/table_one.pod
- eg/PgappNoPostgis/db/dist/docs/pod/table_three.pod
- eg/PgappNoPostgis/db/dist/docs/pod/table_two.pod
- eg/PgappNoPostgis/db/dist/patches_applied.txt
- eg/PgappNoPostgis/db/patches/0010_one.sql
- eg/PgappNoPostgis/db/patches/0020_two.sql
- eg/PgappNoPostgis/db/patches/0030_three.sql
- eg/PgappNoPostgis/db/patches/0040_four.sql
- eg/PgappNoPostgis/db/patches/0050_five.sql
- eg/PgappNoPostgis/lib/Pgapp.pm
- eg/SqliteApp/Build.PL
- eg/SqliteApp/db/patches/0010_one.sql
- eg/SqliteApp/db/patches/0020_two.sql
- eg/SqliteApp/db/patches/0030_three.sql
- eg/SqliteApp/db/patches/0040_four.sql
- eg/SqliteApp/db/patches/0050_five.sql
- eg/SqliteApp/lib/SqliteApp.pm