2009-06-11 14:06:12 by David Brownlee | Files touched by this commit (25) | |
Log message:
update to use the new Module::Install infrastructure
|
2009-01-18 23:52:42 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.18 to 1.19.
Upstream changes:
1.19 2009-01-15
* Make JSON::Syck optional and deprecated. (perigrin)
* Added tests for string escapes. (semifor)
|
2008-12-17 01:06:31 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.17nb1 to 1.18.
Upstream changes:
1.18 2008-11-12
* Removed JSON::PC support as it's been removed from CPAN (perigrin)
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-08-04 15:26:18 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.16 to 1.17.
Pkgsrc change:
o Changed to JSON/ sub-dir instead of author subdir
Upstream changes:
1.17 2008-07-05
* Added documentation indicating that allow_blessed works
for most useful cases (Robin Berjon)
* Added support for obtaining the underlying representations for
true/false in JSON.
|
2008-06-04 16:14:03 by OBATA Akio | Files touched by this commit (1) |
Log message:
Marked as DESTDIR ready.
|
2008-02-28 10:15:12 by David Brownlee | Files touched by this commit (3) |
Log message:
Update convertors/JSON-Any to 1.16
Changes since 1.08:
1.16 2008-02-13
* JSON::Any now compatible with both versions of JSON::XS (Simon Wistow)
* Document that calling 'use JSON::Any ();' is a bad idea
* Make JSON.pm required unless a supported JSON package is already installed
1.15 2008-01-02
* Update the config params for JSON and JSON/XS configuration
* Update JSON handler to always pass in the -support_by_pp option
if you don't want support_by_pp then don't use JSON.pm ...
*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
1.14 2007-12-20
* Fix for the new JSON/JSON::XS 2.0
*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
1.13 2007-11-06
* Fix 10_unicode.t to skip_all if no supported unicode backend is found
(reported by Andreas König)
1.12 2007-10-22
* Fix issue with 05-JSON-Syck.t so we can pass our tests again
1.11 17 Oct 2007
* fix issue with JSON::Syck when using Object API as reported by Miyagawa
1.10 12 Oct 2007
* fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917
1.09 10 Oct 2007
* also test for is_utf8() - nothingmuch
* improve unicode test - nothingmuch
* add utf8 support for JSON::{Converter,Parser} - nothingmuch
* Add a test for unicode strings - nothingmuch
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-09-11 19:16:32 by David Brownlee | Files touched by this commit (1) | |
Log message:
update to JSON-Any-1.08nb1 - default to pulling in p5-JSON-XS
|
2007-09-07 14:54:45 by David Brownlee | Files touched by this commit (1) |
Log message:
In retrospect as we currently only have one JSON converter in pkgsrc, this
package should probably depend on it.. PoLS.
Ride with the initial commit version.
|