summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-xml-quote/package.py
blob: 4e68f5b8516ec55177a702db310c8ea8842fd743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PerlXmlQuote(PerlPackage):
    """This module provides functions to quote/dequote strings in "xml"-way.

    All functions are written in XS and are very fast; they correctly process
    utf8, tied, overloaded variables and all the rest of perl "magic"."""

    homepage = "https://metacpan.org/pod/XML::Quote"
    url = "https://cpan.metacpan.org/authors/id/G/GD/GDSL/XML-Quote-1.02.tar.gz"

    version("1.02", sha256="4705b86a8dcc002bffc6ff154ec5c55f0bfb6e99a3f744d1e77ae6541c6af228")