diff --git a/programming/language/perl/perl-Test-Warnings/actions.py b/programming/language/perl/perl-Test-Warnings/actions.py new file mode 100644 index 0000000000..88f775431b --- /dev/null +++ b/programming/language/perl/perl-Test-Warnings/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README", "LICENCE") + shelltools.chmod("examples/*", 0644) + pisitools.insinto(examples, "examples/*") \ No newline at end of file diff --git a/programming/language/perl/perl-Test-Warnings/pspec.xml b/programming/language/perl/perl-Test-Warnings/pspec.xml new file mode 100644 index 0000000000..7e5f50567b --- /dev/null +++ b/programming/language/perl/perl-Test-Warnings/pspec.xml @@ -0,0 +1,43 @@ + + + + + perl-Test-Warnings + https://metacpan.org/release/Test-Warnings + + Blue Devil + bluedevil@sctzine.com + + Perl 5 + library + Perl module to test for warnings and the lack of them + perl-Test-Warnings is a Perl module to test for warnings and the lack of them. + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.028.tar.gz + + perl + + + + + perl-Test-Warnings + Perl module to test for warnings and the lack of them + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2020-01-02 + 0.028 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/perl/perl-Test-Warnings/translations.xml b/programming/language/perl/perl-Test-Warnings/translations.xml new file mode 100644 index 0000000000..0880936a6f --- /dev/null +++ b/programming/language/perl/perl-Test-Warnings/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Test-Warnings + Bu perl modülü, perl için uyarılar üretir. + perl-Test-Warnings, perl için uyarılar üreten bir Perl modülüdür. + + \ No newline at end of file