On Mon Apr 27 00:04:12 2015, EGILES wrote:
Show quoted text> Some thoughts.
> 1. The new test file depends on Test::Exception, which may add a
> dependency to the distribution
> 4. The use of 'use parent' requires perl 5.10.1
Points 1 and 4 are opposite sides of the same coin.
We could either add them both as dependencies, or require perl 5.10.1 and they'll get dragged in with perl core. If we require 5.10.1, we could also remove the current dependency on 'version'.
I understand Test::Compile is in use on some pretty crusty old servers, so I am unsure which option is best...