Hello 2013/1/31 David Oswald <[email protected]>: > I know there probably aren't many people still smoke-testing with Perl > 5.6.x, and was just wondering if that is the reason I haven't seen any > pre-5.8 smoke tests for Bytes::Random::Secure, or if perhaps I have > missed some detail in the distribution that is preventing testing on > Perl 5.6.
By looking at cpandeps: http://deps.cpantesters.org/?module=Bytes%3A%3ARandom%3A%3ASecure&perl=5.6.2&os=any+OS Bytes::Random::Secure depends on Tree::DAG_Node, which depends on Test::Pod which requires perl 5.8. I have submitted a bug with request: https://rt.cpan.org/Ticket/Display.html?id=83077 perl 5.8 is almost 11 years old, so I guess almost no users with perl 5.6 will install any new modules. -- Alexandr Ciornii, http://chorny.net
