On Mon, 25 Jul 2016 19:48:22 GMT, SREZIC wrote:
Show quoted text> On 2016-07-25 13:44:01, SREZIC wrote:
>
> An educated guess: it fails if Data::Sah::Type::int is not available
> (and it would help if it says it clearly --- not only telling about an
> unknown type/schema, but also about the missing Perl module).
> Data::Sah::Type::int is part of Data-Sah, but Data-Sah depends on
> Data::Sah::Resolve, so we have a dependency cycle here...
Yup, I figured that out last week, but haven't got the chance to push a fix. Done, I've made the parts that need Data::Sah optional.
Thanks for the report.