summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4f41eeef42ef407649f4344c8fa8d3a40c8ee275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: libjson-any-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libjson-perl,
                     libjson-xs-perl,
                     libtest-fatal-perl,
                     libtest-requires-perl,
                     libtest-warnings-perl,
                     libtest-without-module-perl,
                     libyaml-syck-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-any-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libjson-any-perl.git
Homepage: https://metacpan.org/release/JSON-Any

Package: libjson-any-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libjson-xs-perl
Description: wrapper class for the various JSON classes
 The JSON::Any module provides 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.
 .
 JSON::Any is deprecated. If you're producing new code it is recommended to
 use JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed
 purposes.