Subject: | Minimum perl version too high |
The tests run fine with perl 5.10.1 if all "use 5.14" statements are removed from the code. I suspect that it would even run with perl 5.8. My suggestion is to remove all minimum perl version specifications, do a release (maybe a development release) and check the CPAN testers results.
Additionally, "use utf8" also seems to be unnecessary --- I don't see any non-ascii stuff in lib/Parallel/WorkUnit.pm itself.