Closed vpeil closed 9 years ago
I encountered this issue independently from Vitali as it prevents Task::Catmandu from building. Hits me on Perl 5.20 but not 5.16.
These tests fail with Perl 5.18, too.
In summary, this test bug causes cpanm Task::Catmandu
to fail on OpenSUSE 13.2, Debian Jessie and probably other recent distributions, too.
It would be caused by URI::Template version. Pass: URI::Template 0.20 Fail: URI::Template 0.21
I sent a pull request: https://github.com/nichtich/Catmandu-Importer-getJSON/pull/12
Fixed in 0.42
thanks! now installation works smoothly
A test fails for this module. After forcing cpanm to install it, everything seems to work fine, and I really like it as a general "web importer".
Nevertheless, it would be more convenient to correct either the test or the module. (I have looked into the test but could not figure out.)