(travis) Make sure everything works even when we are SAD
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_success.bash
old mode 100755 (executable)
new mode 100644 (file)
index 3d3451f..fd30331
@@ -27,8 +27,10 @@ if [[ "$DEVREL_DEPS" == "true" ]] && perl -M5.008003 -e1 &>/dev/null ; then
     parallel_installdeps_notest YAML Lexical::SealRequireHints
   fi
 
-  # FIXME - workaround for RT#113740
-  parallel_installdeps_notest List::AllUtils
+  # FIXME - workaround for RT#117855/RT#117856
+  if [[ -n "$PERL_UNICODE" ]] ; then
+    parallel_installdeps_notest Text::CSV
+  fi
 
   # FIXME Change when Moose goes away
   installdeps Moose $(perl -Ilib -MDBIx::Class::Optional::Dependencies=-list_missing,dist_dir)
@@ -37,6 +39,7 @@ if [[ "$DEVREL_DEPS" == "true" ]] && perl -M5.008003 -e1 &>/dev/null ; then
   tarball_assembled=1
 
 elif [[ "$CLEANTEST" != "true" ]] ; then
+
   parallel_installdeps_notest $(perl -Ilib -MDBIx::Class::Optional::Dependencies=-list_missing,dist_dir)
 
   run_or_err "Attempt to build a dist from original checkout" "make dist"