Revert ab340f7f - it no longer makes sense given the excellent CI setup
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 15 Feb 2016 11:42:13 +0000 (12:42 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 1 Mar 2016 14:10:13 +0000 (15:10 +0100)
commit7b87b77c04e07cfea1103dba8ecbd3f219e949d2
tree1a9ae89d5b62e1dac550d3cbdaa680f5e876c8d0
parentc0329273268971824784f239f32c7246e68da9c5
Revert ab340f7f - it no longer makes sense given the excellent CI setup

There should be no functional changes / difference in behavior (the config
option is named differently, and is inverted in meaning)

Verified no change in behavior (at least on CI) via:
( not checking all 20+ jobs as the log-counter jumps towards the end )

for n in $(seq 18) ; do
  x=$((112787688 + $n)) && \
  y=$((112787738 + $n)) && \
  echo "$x => $y" && \
  diff -U0 \
    <(wget -qO- https://s3.amazonaws.com/archive.travis-ci.org/jobs/$x/log.txt | \
      perl -0777 -n -E 'say ( ($_ =~ /List of loadable modules within both the core and(.+?)List of loadable modules within both the core and/s )[0] )') \
    <(wget -qO- https://s3.amazonaws.com/archive.travis-ci.org/jobs/$y/log.txt | \
      perl -0777 -n -E 'say ( ($_ =~ /List of loadable modules within both the core and(.+?)List of loadable modules within both the core and/s )[0] )')
done | less

This also happened to find https://rt.cpan.org/Ticket/Display.html?id=112601
Makefile.PL
maint/Makefile.PL.inc/11_authortests.pl
maint/Makefile.PL.inc/12_authordeps.pl
maint/travis-ci_scripts/30_before_script.bash
maint/travis-ci_scripts/50_after_success.bash
t/lib/ANFANG.pm
t/lib/DBICTest/RunMode.pm