I send test reports from CPAN/CPANPLUS as I install modules, but yesterday metabase/cpantesters was down. So I changed the transport in my .cpanreporter/config.ini from "Metabase ..." to "File ~/.cpanreporter/offline" and that directory is now full of files about test results for my recent installs. That is great!
But I can't see how to submit those test result files to Metabase now that is running again. Is there something on the cpantesters wiki about that? Couldn't find it, if it's buried in a larger page I missed it. If not... Is there an easy shell command for it, or do I need to write a little script to call $sender->send( $report ) on each file? (I'll add any answer I get here answer to the wiki) thanks -y