Install YAML and XML::LibXML before build-dist
Dagfinn Ilmari Mannsåker [Mon, 13 Oct 2014 16:52:04 +0000 (17:52 +0100)]
They are required when running Makefile.PL in author mode.

.travis.yml

index 1a2943c..b653374 100644 (file)
@@ -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: