The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.travis.yml
Build.PL
Changes
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/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/PgappA/MANIFEST
eg/PgappDep/PgappB/Build.PL
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/PgappB/MANIFEST
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/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/Plperlapp/MANIFEST
eg/Plperlapp/META.json
eg/Plperlapp/META.yml
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
ignore.txt
lib/Module/Build/Database.pm
lib/Module/Build/Database/Helpers.pm
lib/Module/Build/Database/PostgreSQL.pm
lib/Module/Build/Database/PostgreSQL/Templates.pm
lib/Module/Build/Database/SQLite.pm
lib/Test/MBD.pm
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
META.json
META.yml
README.md
t/00-load.t
t/01-install-postgis.t
t/02-install-no-postgis.t
t/03-install-sqlite.t
t/04-install_path.t
t/05-plperl.t
t/pod.t
t/tlib/misc.pm