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(): def install():
perlmodules.install() perlmodules.install()
pisitools.dodoc("README", "MANIFEST", "Changes") pisitools.dodoc("README", "MANIFEST", "Changes", "LICENSE")
@@ -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-Sub-Uplevel</Name> <Name>perl-Sub-Uplevel</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>Artistic</License> <License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Module to apparently run a function in a higher stack frame</Summary> <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> <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> <Package>
<Name>perl-Sub-Uplevel</Name> <Name>perl-Sub-Uplevel</Name>
<Summary>Module to apparently run a function in a higher stack frame</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
@@ -31,6 +33,13 @@
</Package> </Package>
<History> <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"> <Update release="4">
<Date>2018-07-26</Date> <Date>2018-07-26</Date>
<Version>0.2800</Version> <Version>0.2800</Version>
@@ -3,5 +3,6 @@
<Source> <Source>
<Name>perl-Sub-Uplevel</Name> <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> <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> </Source>
</PISI> </PISI>