summaryrefslogtreecommitdiff
blob: 99321bca116a7a9c09868ebfa7e71d47b2670a46 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>perl@gentoo.org</email>
    <name>Gentoo Perl Project</name>
  </maintainer>
  <use>
    <flag name="conf">Install <pkg>dev-perl/Config-General</pkg> to support decoding .conf/.cnf files</flag>
    <flag name="ini">Install <pkg>dev-perl/Config-Tiny</pkg> to support decoding INI config files</flag>
    <flag name="json">Install support libraries to support decoding JSON config files</flag>
    <flag name="xml">Install support libraries to support decoding XML config files</flag>
    <flag name="yaml">Install support libraries to support decoding YAML config files</flag>
  </use>
  <upstream>
    <remote-id type="cpan">Config-Any</remote-id>
    <remote-id type="cpan-module">Config::Any</remote-id>
    <remote-id type="cpan-module">Config::Any::Base</remote-id>
    <remote-id type="cpan-module">Config::Any::General</remote-id>
    <remote-id type="cpan-module">Config::Any::INI</remote-id>
    <remote-id type="cpan-module">Config::Any::JSON</remote-id>
    <remote-id type="cpan-module">Config::Any::Perl</remote-id>
    <remote-id type="cpan-module">Config::Any::XML</remote-id>
    <remote-id type="cpan-module">Config::Any::YAML</remote-id>
  </upstream>
</pkgmetadata>