Changes for version 0.58 - 2018-08-15
- Do not strip schema in dump (Kat Tipton) Fix tests (Randall Sindlinger) Fixes for unix_socket_dir (Randall Sindlinger) Fixes for travis (Graham Ollis)
 
Modules
Manage database patches in the style of Module::Build.    
  
PostgreSQL implementation for MBD    
  
PostgreSQL documentation templates    
  
SQLite implementation for MBD    
  
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/PgappDep/PgappA/Build.PL
 - eg/PgappDep/PgappA/MANIFEST
 - eg/PgappDep/PgappA/db/dist/base.sql
 - eg/PgappDep/PgappA/db/dist/base_data.sql
 - eg/PgappDep/PgappA/db/dist/patches_applied.txt
 - eg/PgappDep/PgappA/db/patches/0010_init.sql
 - eg/PgappDep/PgappA/lib/PgappA.pm
 - eg/PgappDep/PgappB/Build.PL
 - eg/PgappDep/PgappB/MANIFEST
 - eg/PgappDep/PgappB/db/dist/base.sql
 - eg/PgappDep/PgappB/db/dist/base_data.sql
 - eg/PgappDep/PgappB/db/dist/patches_applied.txt
 - eg/PgappDep/PgappB/db/patches/0010_init.sql
 - eg/PgappDep/PgappB/lib/PgappB.pm
 - eg/PgappDep/README
 - 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/Plperlapp/Build.PL
 - eg/Plperlapp/MANIFEST
 - eg/Plperlapp/META.json
 - eg/Plperlapp/META.yml
 - eg/Plperlapp/db/dist/base.sql
 - eg/Plperlapp/db/dist/base_data.sql
 - eg/Plperlapp/db/dist/patches_applied.txt
 - eg/Plperlapp/db/patches/0010_one.sql
 - eg/Plperlapp/lib/Plperlapp.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