gentoo/dev-perl/Const-Fast/metadata.xml
Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

25 lines
912 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<longdescription lang="en">
This the only function of this module and it is exported by
default. It takes a scalar, array or hash left-value as first
argument, and a list of one or more values depending on the type of
the first argument as the value for the variable. It will set the
variable to that value and subsequently make it read-only. Arrays
and hashes will be made deeply read-only.
</longdescription>
<upstream>
<remote-id type="cpan">Const-Fast</remote-id>
<remote-id type="cpan-module">Const::Fast</remote-id>
</upstream>
</pkgmetadata>