From: Peter Rabbitson Date: Wed, 20 Mar 2013 11:09:51 +0000 (+0100) Subject: File::Path needs to be upgraded separately on smoking X-Git-Tag: v0.08210~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=91d48c583b2ef8270ce1f9538a5fd418663c4891 File::Path needs to be upgraded separately on smoking --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 0dcbcca..d41ce4c 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -66,9 +66,11 @@ else # do the preinstall in several passes to minimize amount of cross-deps installing # multiple times, and to avoid module re-architecture breaking another install - # (e.g. once Carp is upgraded there's no more Carp::Heavy) + # (e.g. once Carp is upgraded there's no more Carp::Heavy, + # while a File::Path upgrade may cause a parallel EUMM run to fail) # parallel_installdeps_notest ExtUtils::MakeMaker + parallel_installdeps_notest File::Path parallel_installdeps_notest Carp parallel_installdeps_notest Module::Build ExtUtils::Depends parallel_installdeps_notest Module::Runtime File::Spec Data::Dumper