2019-12-31 14:36:56 +08:00
|
|
|
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
|
2018-10-08 04:52:23 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2018-02-20 14:13:50 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2018-02-20 14:13:50 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
|
|
|
class PerlTextCsv(PerlPackage):
|
|
|
|
"""Comma-separated values manipulator (using XS or PurePerl)"""
|
|
|
|
|
|
|
|
homepage = "http://search.cpan.org/~ishigaki/Text-CSV/lib/Text/CSV.pm"
|
|
|
|
url = "http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/Text-CSV-1.95.tar.gz"
|
|
|
|
|
2019-10-11 13:44:41 +08:00
|
|
|
version('1.95', sha256='7e0a11d9c1129a55b68a26aa4b37c894279df255aa63ec8341d514ab848dbf61')
|