Temporary inslatt Pod::POM via cpan
Peter Rabbitson [Sun, 21 Jul 2013 07:54:58 +0000 (09:54 +0200)]
Pod::POM installation tickles a toolchain deficiency
https://rt.cpan.org/Ticket/Display.html?id=87124
https://github.com/miyagawa/cpanminus/issues/291

maint/travis-ci_scripts/50_after_success.bash

index 9ad53b8..e5fb764 100755 (executable)
@@ -4,6 +4,7 @@ source maint/travis-ci_scripts/common.bash
 if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
 
 if [[ "$CLEANTEST" != "true" ]] ; then
+  run_or_err "Install Pod::POM separately via cpan" "cpan Pod::POM"
   parallel_installdeps_notest $(perl -Ilib -MDBIx::Class -e 'print join " ", keys %{DBIx::Class::Optional::Dependencies->req_list_for("dist_dir")}')
   run_or_err "Attempt to build a dist with all prereqs present" "make dist"
 fi