Subject: | Geo-Coder-Google - JSON Version Requirement too high? |
Is there any reason that you require such a new version on JSON. I did not see it commented anywhere in documentation. Between, version 6 and 7 this was the change.
- JSON::Syck => 0.10,
+ JSON => 2.27,
CentOS ships with perl-JSON 2.15-5.el6
I'm going to test it out on that and see how it works. However, there has been a lot of change in the JSON library and I have no plans to tackle that mountain.
Thanks,
Mike
mrdvt92