jonasbn / perl-test-timer

Test::Timer - test module to test/assert response times
https://jonasbn.github.io/perl-test-timer/
Other
1 stars 8 forks source link

Do not require perl 5.12 #3

Closed bjakubski closed 9 years ago

bjakubski commented 9 years ago

With 0.10 release it seems perl version requirement was bumped to 5.12. As someone working on 5.10 perl this poses a bit of a problem to me. It seems to me that maybe that bump was accidental? There is no mention of that in Changes file. Also info in metadata is somewhat contradictory - dist.ini specifies 5.12 and that version is required to run Makefile.PL, but META.json shipped to cpan with 0.10 contains runtime perl 5.10 requirement...

jonasbn commented 9 years ago

I checked using Perl::Minimum version and it should be sufficient with Perl 5.6.0, I will investigate and make a bug fix release based on my findings, I will keep you in the loop - thanks for the bug report.

jonasbn commented 9 years ago

Should be resolved in release 0.11, just uploaded to CPAN - again, thanks for the bug report and sorry for any inconvenience caused by the change introduced in 0.10