# -*- coding: ascii; tab-width: 4 -*-
Info2: <<
Package: json-pm%type_pkg[perl]
Version: 4.03
Revision: 1

Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<

Description: JSON encoder/decoder
DescDetail: <<
	This module converts Perl data structures to JSON and vice versa using
	either JSON::XS or JSON::PP.
	
	JSON::XS is the fastest and most proper JSON module on CPAN which must
	be compiled and installed in your environment. JSON::PP is a pure-Perl
	module which is bundled in this distribution and has a strong
	compatibility to JSON::XS.
	
	This module try to use JSON::XS by default and fail to it, use JSON::PP
	instead. So its features completely depend on JSON::XS or JSON::PP.
<<
License: Artistic/GPL
Maintainer: Daniel Johnson <daniel@daniel-johnson.org>
Homepage: https://metacpan.org/release/JSON

Depends: json-xs-pm%type_pkg[perl] (>= 4.02-1), perl%type_pkg[perl]-core

Source: mirror:cpan:modules/by-module/JSON/JSON-%v.tar.gz
Source-Checksum: SHA256(e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941)

UpdatePOD: true
DocFiles: Changes README

InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<