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(): def install():
perlmodules.install() perlmodules.install()
pisitools.dodoc("Changes") pisitools.dodoc("LICENCE", "README")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>perl-Try-Tiny</Name> <Name>perl-Try-Tiny</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>Artistic-2</License> <License>Artistic-2</License>
<PartOf>programming.language.perl</PartOf>
<License>GPLv1</License> <License>GPLv1</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Perl module to implement minimal try/catch</Summary> <Summary>Perl module to implement minimal try/catch</Summary>
@@ -22,6 +23,7 @@
<Package> <Package>
<Name>perl-Try-Tiny</Name> <Name>perl-Try-Tiny</Name>
<Summary>Perl module to implement minimal try/catch</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-Capture-Tiny</Dependency> <Dependency>perl-Capture-Tiny</Dependency>
@@ -34,6 +36,13 @@
</Package> </Package>
<History> <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"> <Update release="4">
<Date>2018-07-26</Date> <Date>2018-07-26</Date>
<Version>0.30</Version> <Version>0.30</Version>
@@ -63,4 +72,4 @@
<Email>osman.erkan@pisilinux.org</Email> <Email>osman.erkan@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Perl için basit bir try/catch gerçeklemesi</Summary> <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> <Description xml:lang="tr">perl-Try-Tiny, Perl için $@ yerelleştirmesi sağlayan basit bir try/catch gerçeklemesidir.</Description>
</Source> </Source>
</PISI> </PISI>