perl-Test-Pod:rebuilt

This commit is contained in:
blue-devil
2020-01-11 15:56:22 +00:00
parent 7263a22d30
commit a553e1da92
3 changed files with 14 additions and 3 deletions
@@ -5,8 +5,8 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -21,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "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-Test-Pod</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A perl module to check for errors in POD files</Summary>
<Description>Check POD files for errors or warnings in a test file, using Pod::Simple.</Description>
@@ -20,16 +21,25 @@
<Package>
<Name>perl-Test-Pod</Name>
<Summary>A perl module to check for errors in POD files</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>1.52</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-08-19</Date>
<Version>1.52</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Pod dosyalarında hata olup olmadığını kontrol eden bir Perl Modülü</Summary>
<Description xml:lang="tr">Test::Pod, Pod::Simple modülünü kullanarak POD dosyalarında hata ya da uyarı olup olmadığını kontrol etmeye yarayan bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>