Example of using CircleCI's insights on a perl project.
Used by the Using Test Results For CI Optimisation blog post.
cpanm --installdeps -l local --notest .
PERL5LIB=./src:./local/lib/perl5 prove src
With junit.xml
PERL_TEST_HARNESS_DUMP_TAP=./test_output PERL5LIB=./src:./local/lib/perl5 prove --timer --formatter TAP::Formatter::JUnit src