Distar needs autodie
Graham Knop [Thu, 29 Aug 2013 18:05:01 +0000 (14:05 -0400)]
.travis.yml

index 3ccaf94..96a6fd3 100644 (file)
@@ -7,7 +7,7 @@ before_install:
   - perlbrew install-cpanm -f
   - perl -V
 install:
-  - cpanm --verbose --no-interactive --notest strictures
+  - cpanm --verbose --no-interactive --notest strictures autodie
   - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
   - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls
 script: