Skip to content

Commit

Permalink
Port Makefile.PL from Module::Install to Distar
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 authored and ilmari committed Apr 28, 2019
1 parent bb115fa commit 32be849
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 254 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Build
Build.bat
MANIFEST
MANIFEST.bak
MANIFEST.SKIP
META.*
MYMETA.*
Makefile
Makefile.old
README
_build/
blib/
inc/
Distar/
cover_db/
pm_to_blib
t/data/roundtrip_autogen.yaml
Expand Down
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,23 @@ env:
- COVERAGE="coveralls codecov"
- DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test
- DBICTEST_PG_USER=postgres
- SPLIT_BUILD=0
matrix:
allow_failures:
- perl: "blead"
- perl: "dev"
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto
- eval $(curl https://travis-perl.github.io/init) --perl
- cpan-install File::ShareDir::Install # absolute minimum for Makefile.PL
- perl Makefile.PL # generate deps
- cpan-install --deps # so can regen t/data/roundtrip_autogen.yaml
install:
- build-dist
- cd $BUILD_DIR
- $HELPERS_ROOT/bin/cpan-config
- cpan-install --deps CGI DBD::SQLite XML::Parser DBD::Pg # Optional test deps
- cpan-install Test::EOL Test::NoTabs # Author test deps
- cpan-install --coverage
before_script:
- psql -U postgres -c 'create database sqlt_test;'
script:
- perl Makefile.PL && make test
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changes for SQL::Translator
* Add support for parsing PostgreSQL dollar-quoted strings
* Add support for materialized views in Oracle producer
* switched JSON backend from JSON.pm to JSON::MaybeXS
* Port Makefile.PL from Module::Install to Distar

0.11024 2018-01-09

Expand Down
64 changes: 0 additions & 64 deletions MANIFEST.SKIP

This file was deleted.

Loading

0 comments on commit 32be849

Please sign in to comment.