Files
main/programming/language/perl/perl-Clone/pspec.xml
T
2021-10-14 15:29:50 +03:00

48 lines
1.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Clone</Name>
<Homepage>https://metacpan.org/pod/Clone</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Clone - recursively copy Perl datatypes.</Summary>
<Description>This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.</Description>
<Archive sha1sum="f79c71211a1f335a53cb4ca81c28a3e541154b68" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.45.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-B-COW</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Clone</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-B-COW</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.45</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>