From: Peter Rabbitson Date: Thu, 19 May 2016 07:23:55 +0000 (+0200) Subject: (travis) Clear out some resolved FIXMEs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d0785d5dc8143fc41584fed2f8f9da7811e31c1;p=dbsrgits%2FDBIx-Class.git (travis) Clear out some resolved FIXMEs --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index eb65015..958f2d8 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -24,7 +24,7 @@ if is_cperl ; then fi -# FIXME - this is a kludge in place of proper MDV testing. For the time +# FIXME - this is a kludge in place of proper MVDT testing. For the time # being simply use the minimum versions of our DBI/DBDstack, to avoid # fuckups like 0.08260 (went unnoticed for 5 months) if [[ "$MVDT" == "true" ]] ; then @@ -70,8 +70,8 @@ if [[ "$BREAK_CC" == "true" ]] ; then run_or_err "Linking ~/bin/cc to /bin/false - thus essentially BREAKING the C compiler" \ "ln -s /bin/false $HOME/bin/cc" - # FIXME: working around RT#113682, RT#113685, and some other unfiled bugs - installdeps Module::Build B::Hooks::EndOfScope Devel::GlobalDestruction Class::Accessor::Grouped + # FIXME: working around RT#113682, and some other unfiled bugs + installdeps Module::Build Devel::GlobalDestruction Class::Accessor::Grouped run_or_err "Linking ~/bin/cc to /bin/true - BREAKING the C compiler even harder" \ "ln -fs /bin/true $HOME/bin/cc" diff --git a/maint/travis-ci_scripts/50_after_success.bash b/maint/travis-ci_scripts/50_after_success.bash index 3d3451f..8b44371 100755 --- a/maint/travis-ci_scripts/50_after_success.bash +++ b/maint/travis-ci_scripts/50_after_success.bash @@ -27,9 +27,6 @@ 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 Change when Moose goes away installdeps Moose $(perl -Ilib -MDBIx::Class::Optional::Dependencies=-list_missing,dist_dir)