perl-Try-Tiny:rebuilt

This commit is contained in:
blue-devil
2020-01-11 18:12:49 +00:00
parent 94575f92a7
commit 4e4db4fec7
3 changed files with 13 additions and 4 deletions
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
pisitools.dodoc("LICENCE", "README")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Try-Tiny</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic-2</License>
<PartOf>programming.language.perl</PartOf>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Perl module to implement minimal try/catch</Summary>
@@ -22,6 +23,7 @@
<Package>
<Name>perl-Try-Tiny</Name>
<Summary>Perl module to implement minimal try/catch</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Capture-Tiny</Dependency>
@@ -34,6 +36,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-07</Date>
<Version>0.30</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.30</Version>
@@ -63,4 +72,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Perl için basit bir try/catch gerçeklemesi</Summary>
<Description xml:lang="tr">perl-Try-Tiny, Perl için $@ yerelleştirmesi sağlayan basit bir try/catch gerçeklemesidir.</Description>
</Source>
</PISI>
</PISI>