From: Peter Rabbitson Date: Sun, 11 Jan 2015 09:45:08 +0000 (+0100) Subject: (travis) Revert 17b09b77 - Test::Deep 0.115 now available X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9620985fb50b82512c96af11f7602fab7a09793f;p=dbsrgits%2FDBIx-Class.git (travis) Revert 17b09b77 - Test::Deep 0.115 now available https://github.com/rjbs/Test-Deep/issues/22 --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 3b9befe..2012f4b 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -57,9 +57,6 @@ if [[ "$CLEANTEST" = "true" ]]; then # handholding if [[ "$DEVREL_DEPS" == "true" ]] ; then - # FIXME - temporary workaround for https://github.com/rjbs/Test-Deep/issues/22 - installdeps R/RJ/RJBS/Test-Deep-0.113.tar.gz - # We are not "quite ready" for SQLA 1.99, do not consider it # installdeps 'SQL::Abstract~<1.99' @@ -114,9 +111,6 @@ if [[ "$CLEANTEST" = "true" ]]; then HARD_DEPS="$(echo $(make listalldeps))" - # FIXME - temporary workaround for https://github.com/rjbs/Test-Deep/issues/22 - HARD_DEPS="$(sed 's/Test::Deep//' <<< $HARD_DEPS | sort -R)" - else HARD_DEPS="$(echo $(make listdeps | sort -R))" @@ -124,9 +118,6 @@ if [[ "$CLEANTEST" = "true" ]]; then ##### TEMPORARY WORKAROUNDS needed in case we will be using a fucked CPAN.pm if ! CPAN_is_sane ; then - # FIXME - temporary workaround for https://github.com/rjbs/Test-Deep/issues/22 - HARD_DEPS="R/RJ/RJBS/Test-Deep-0.113.tar.gz $HARD_DEPS" - # DBD::SQLite reasonably wants DBI at config time perl -MDBI -e1 &>/dev/null || HARD_DEPS="DBI $HARD_DEPS"