perl-Sub-Uplevel:rebuilt

This commit is contained in:
blue-devil
2020-01-11 17:17:32 +00:00
parent c503a488a2
commit 6e6e7eefdc
3 changed files with 13 additions and 3 deletions
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README", "MANIFEST", "Changes")
pisitools.dodoc("README", "MANIFEST", "Changes", "LICENSE")
@@ -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-Sub-Uplevel</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Module to apparently run a function in a higher stack frame</Summary>
<Description>Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided.</Description>
@@ -20,6 +21,7 @@
<Package>
<Name>perl-Sub-Uplevel</Name>
<Summary>Module to apparently run a function in a higher stack frame</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -31,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>0.2800</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.2800</Version>
@@ -3,5 +3,6 @@
<Source>
<Name>perl-Sub-Uplevel</Name>
<Summary xml:lang="tr">Bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmak için perl modülü</Summary>
<Description xml:lang="tr">perl-Sub-Uplevel modülü, bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmaktadır.</Description>
</Source>
</PISI>
</PISI>