perl-Error:version bump

This commit is contained in:
blue-devil
2020-01-10 20:36:30 +00:00
parent 3f42d22412
commit f543526da6
3 changed files with 13 additions and 9 deletions
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("ChangeLog", "README")
pisitools.dodoc("LICENSE", "README")
+11 -7
View File
@@ -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-Error</Name>
@@ -9,25 +9,22 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Error/exception handling in an OO-ish way</Summary>
<Description>The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.</Description>
<Archive sha1sum="21376fdb5a352eea3e92cd4027df163dc4075561" type="targz">http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17024.tar.gz</Archive>
<Archive sha1sum="358ba91d1480d6f462f4c139cc3e3a62d136f1a4" type="targz">https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-0.17028.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Error</Name>
<Summary>Error/exception handling in an OO-ish way</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -37,6 +34,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-07</Date>
<Version>0.17028</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.17024</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Hata/istisna yakalama ve işlemeye yarayan Nesne yönelimli mantıkla yazılmış bir perl modülü</Summary>
<Description xml:lang="tr">perl-Error, Hata/istisna yakalama ve işleme işlerini gören, Nesne yönelimli mantıkla yazılmış bir perl modülüdür.</Description>
</Source>
</PISI>
</PISI>