(travis) Make sure we really test everything when using cpanm (devrels)
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 20_install.bash
index 45b2b5e..aab2e7e 100755 (executable)
@@ -123,3 +123,7 @@ if [[ "$CLEANTEST" != "true" ]] ; then
   export DBICTEST_SQLT_DEPLOY=1
 
 fi
+
+# FIXME - work around https://github.com/miyagawa/cpanminus/issues/462
+# seriously...
+perl -p -i -e 's/\blocal\$self->\{notest\}=1;//' $(which cpanm)