On 15 Feb 2007, at 12:35, David Cantrell wrote:
[snip]
The version of Test::Simple distributed with perl 5.6.2, which is
presumably being used by one of your dependencies, is 0.47, so one
result was testing with the earlier version, the other with the current
version.  There was an API change in 0.48.
[snip]

Ta.

I updated the T::B::T dependency when the API changed, but never thought somebody would be running an old T::S with the new T::B::T.

A simple fix would be to add Test::Simple => 0.48 as a dependency in
your PREREQ_PM.  That, however, might break other stuff in 5.6
installations that depends on the old behaviour.  Yuck.

I've added a T::S dependency now - which I'm happy with, since it was really implicit in the T::B::T dependency for most folk.

0.25 hitting CPAN soon.

Cheers,

Adrian

Reply via email to