Subject: | Undeclared dependency on JSON::Any |
As the subject says...
It's a second level dependency because MooseX::Storage::Format::JSON
tries to use it. I think this is one of the classical cases where the
second level dependency must be declared because the MooseX::Storage
distro can hardly be made responsible to declare it because it deals
with all kinds of storage and can't be made responsible for declaring
the whole world of storage as a dependency.
Example of a failing test:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6080903.html
HTH && Regards,