2021-01-02 15:10:28 +08:00
|
|
|
# Copyright 2013-2021 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-01-09 08:46:16 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2018-01-09 08:46:16 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
|
|
|
class PerlTimePiece(PerlPackage):
|
|
|
|
"""Object Oriented time objects"""
|
|
|
|
|
|
|
|
homepage = "http://search.cpan.org/~esaym/Time-Piece/Piece.pm"
|
|
|
|
url = "http://search.cpan.org/CPAN/authors/id/E/ES/ESAYM/Time-Piece-1.3203.tar.gz"
|
|
|
|
|
2019-10-11 13:44:41 +08:00
|
|
|
version('1.3203', sha256='6971faf6476e4f715a5b5336f0a97317f36e7880fcca6c4db7c3e38e764a6f41')
|