Path to this page:
./
converters/p5-JSON-Any,
Wrapper Class for the various JSON classes
Branch: CURRENT,
Version: 1.29nb1,
Package name: p5-JSON-Any-1.29nb1,
Maintainer: pkgsrc-usersThis module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.
Required to run:[
lang/perl5] [
converters/p5-JSON-XS]
Master sites: (Expand)
SHA1: d99f61d0315ec2e581bc9e9ea673a2ade1cf2e29
RMD160: 352e6dcecdfd32d486b45345d18e9e1d9482d2ce
Filesize: 36.149 KB
Version history: (Expand)
- (2012-10-04) Updated to version: p5-JSON-Any-1.29nb1
- (2011-08-06) Updated to version: p5-JSON-Any-1.29
- (2010-08-21) Updated to version: p5-JSON-Any-1.22nb1
- (2009-10-16) Updated to version: p5-JSON-Any-1.22
- (2009-07-08) Updated to version: p5-JSON-Any-1.21
- (2009-01-19) Updated to version: p5-JSON-Any-1.19
CVS history: (Expand)
| 2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
| 2012-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2011-08-06 15:46:38 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.29:
* Artificially bump our version number because an upstream author decided to
not play nice. Fixes RT-68690
Changes 1.28:
* Move podspell into xt/
Changes 1.27:
* Add auto_install so feature works again, fixes RT-67169
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
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=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
| 2010-04-22 17:25:52 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Switching for module type from M:I to M:I::Bundled - installed versions seems to \
make problems
|
2009-10-16 09:51:10 by Ulrich Habel | Files touched by this commit (2) |  |
Log message:
- updated to 1.22
ChangeLog Upstream:
1.22 2009-10-12
* Update JSON::XS tests to deal with inconsistent white space
generation between releases (t0m)
|
2009-07-08 09:56:40 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
pkgsrc changes:
- Updating package for p5 module JSON::Any from 1.19 to 1.21
- Adjusting license according to META.yml
- Adjusting dependency to JSON::XS according to Makefile.PL
Upstream changes:
1.21 2009-07-03
* Update JSON::XS boolean support; it provides true/false methods (semifor)
* Added a workaround for handlers that fail to decode bare true/false \
values (semifor)
1.20 2009-07-02
* Re-work things so that deprecated modules just warn but aren't \
actually excluded (perigrin)
* Improve the warnings when things go awry (semifor)
|
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
|