in reply to How do track down underlying reason for smoke test failure
"Do I set up a perl distro with the same exact module config..."
Since your module is on github you can add Continuous_integration via Travis_CI with very little effort, and no financial cost, have it test your code against several versions of perl, on different OS etc. Create your .travis.yml (or see Travis-CI Helpers for Perl), setup Travis CI, activate the repos and it'll do it automatically from then on.
|
|---|