The perl used for build-dist is not necessearily the same as the one
we're testing under.
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
install:
- - cpan-install --deps XML::Parser DBD::Pg # Optional test deps
+ - cpan-install --deps XML::Parser DBD::Pg YAML XML::LibXML # Optional test deps
- cpan-install --coverage
before_script:
- psql -U postgres -c 'create database sqlt_test;'