Subject: | New release needed |
The version of this dist on CPAN is missing a prerequisite on Test::More, which it needs because of its use of done_testing. This has been fixed in the perl repo, but has not yet been released on CPAN.
It also should have INSTALLDIRS adjusted. It should only install in perl on perl < 5.12. Something like this:
INSTALLDIRS => ($] < 5.012000 ? 'perl' : 'site'),