From: Peter Rabbitson Date: Tue, 1 Dec 2015 22:04:44 +0000 (+0100) Subject: (travis) Work around RT#107392 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78b82c85c23b98023e5ad86d70a85bd3102a4927;p=dbsrgits%2FDBIx-Class.git (travis) Work around RT#107392 --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 513e3d3..85d5fa8 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -38,10 +38,11 @@ if [[ "$POISON_ENV" = "true" ]] ; then # Clone and P::S::XS are both bugs # File::Spec can go away as soon as I dump Path::Class + # File::Path is there because of RT#107392 (sigh) # List::Util can be excised after that as well (need to make my own max() routine for older perls) installdeps Sub::Name Clone Package::Stash::XS \ - $( perl -MFile::Spec\ 3.26 -e1 &>/dev/null || echo "File::Spec" ) \ + $( perl -MFile::Spec\ 3.26 -e1 &>/dev/null || echo "File::Path File::Spec" ) \ $( perl -MList::Util\ 1.16 -e1 &>/dev/null || echo "List::Util" ) mkdir -p "$HOME/bin" # this is already in $PATH, just doesn't exist