summaryrefslogtreecommitdiff
blob: f81ffd083697c2fe09ec8dca70452b1eba5db53f (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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>