Subject: | Dependency on IO::Scalar for perl < 5.008 undeclared |
I just discovered in the code:
else { # scalar ref needs dependency for perl < 5.008
require IO::Scalar;
So this is the reason why some FAIL reports on cpantesters are around
with perl < 5.008. Because the dependency on IO::Scalar is not declared.
E.g.
http://www.nntp.perl.org/group/perl.cpan.testers/2009/01/msg3008035.html
Rated as unimportant yet cheap to implement, so probably nice to have.
Thanks,