From: Dagfinn Ilmari Mannsåker Date: Mon, 13 Oct 2014 16:52:04 +0000 (+0100) Subject: Install YAML and XML::LibXML before build-dist X-Git-Tag: v0.11021~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3bc3e3da0c4bf2b223fa896427177017802da24;hp=e3107d4769ffe86114bd8ab63dc4ff774fcbb69f;p=dbsrgits%2FSQL-Translator.git Install YAML and XML::LibXML before build-dist They are required when running Makefile.PL in author mode. --- diff --git a/.travis.yml b/.travis.yml index 1a2943c..b653374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_install: - source ~/travis-perl-helpers/init - build-perl - perl -V + - cpan-install YAML XML::LibXML # author-mode configure deps - build-dist - cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command install: