http://www.perlmonks.org?node_id=1039950


in reply to Autotesting dependencies compatibility

Someone else talked about the combinatorial explosion once you have a non-trivial dependency chain, but you could use cpXXXan to get part way there. Test your code against a fresh perl and up-to-date CPAN mirror, then test against a fresh perl and a mirror from a month ago, then two months ago, three months ago, and so on. It will still take a very long time for any non-trivial dependency chain.
  • Comment on Re: Autotesting dependencies compatibility

Replies are listed 'Best First'.
Re^2: Autotesting dependencies compatibility
by vsespb (Chaplain) on Jun 20, 2013 at 11:27 UTC
    Great link, thanks for cpXXXan! but I repeat, I only was about to test 1st level dependencies (i.e what listed as prereqs and build_requires in meta)