CC: | jt [...] plainblack.com |
Subject: | Config::JSON 1.1.1 doesn't work with JSON 2.x |
Date: | Thu, 24 Jan 2008 18:05:45 -0430 |
To: | bug-Config-JSON [...] rt.cpan.org |
From: | Ernesto Hernandez-Novich <emhnemhn [...] gmail.com> |
The current version of Config::JSON does not work with JSON 2.x, this
makes Config::JSON (and WebGUI) unusable with the latest JSON Perl
module.
The newest JSON documentation explain the changes needed to update the
code. Attached you'll find a patch that I believe solves this problem
along with a couple of minor fixes.
- JSON 1.x to JSON 2.x
* Replaced jsonToObj with from_json.
* Replaced objToJson with to_json.
* Options autoconvert and skipinvalid are not needed anymore.
- The POD Coverage test has been moved to the t/ directory and the
MANIFEST file
has been changed properly.
- Makefile.PL was fixed to add dependencies on Test::Deep, Test::POD and
Test::POD::Coverage.
--
Ernesto Hernández-Novich - Linux 2.6.18 i686 - Unix: Live free or die!
Geek by nature, Linux by choice, Debian of course.
If you can't aptitude it, it isn't useful or doesn't exist.
GPG Key Fingerprint = 438C 49A2 A8C7 E7D7 1500 C507 96D6 A3D6 2F4C 85E3
Message body is not shown because sender requested not to inline it.