diff --git a/programming/language/perl/perl-Test-Needs/actions.py b/programming/language/perl/perl-Test-Needs/actions.py new file mode 100644 index 0000000000..1801ec65e2 --- /dev/null +++ b/programming/language/perl/perl-Test-Needs/actions.py @@ -0,0 +1,23 @@ +#!/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 pisitools +from pisi.actionsapi import get + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README", "LICENSE") \ No newline at end of file diff --git a/programming/language/perl/perl-Test-Needs/pspec.xml b/programming/language/perl/perl-Test-Needs/pspec.xml new file mode 100644 index 0000000000..2ef5bb2dcd --- /dev/null +++ b/programming/language/perl/perl-Test-Needs/pspec.xml @@ -0,0 +1,44 @@ + + + + + perl-Test-Needs + https://metacpan.org/pod/Test::Needs + + Blue Devil + bluedevil@sctzine.com + + Perl 5 + programming.language.perl + library + Test::Needs - Skip tests when modules not available + Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002006.tar.gz + + perl + + + + + perl-Test-Needs + Test::Needs - Skip tests when modules not available + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2020-01-07 + 0.002006 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Test-Needs/translations.xml b/programming/language/perl/perl-Test-Needs/translations.xml new file mode 100644 index 0000000000..b61a8b1545 --- /dev/null +++ b/programming/language/perl/perl-Test-Needs/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Test-Needs + Bu perl modülü, olmayan perl modülü için hata vermez. + perl-Test-Needs, olmayan perl modülü için hata vermeyen bir Perl modülüdür. + + \ No newline at end of file