diff --git a/programming/language/perl/perl-Cwd-Guard/actions.py b/programming/language/perl/perl-Cwd-Guard/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-Cwd-Guard/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() diff --git a/programming/language/perl/perl-Cwd-Guard/pspec.xml b/programming/language/perl/perl-Cwd-Guard/pspec.xml new file mode 100644 index 0000000000..2ea3bf5fff --- /dev/null +++ b/programming/language/perl/perl-Cwd-Guard/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-Cwd-Guard + https://metacpan.org/pod/Cwd::Guard + + fury + uglyside@yandex.ru + + Artistic + library + programming.language.perl + Temporary changing working directory (chdir). + CORE::chdir Cwd:: Guard can change the current directory (chdir) using a limited scope. + + https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz + + + perl + perl-Module-Build + perl-Test-Requires + + + + + perl-Cwd-Guard + + perl + + + /usr/lib/perl5/vendor_perl + /usr/share/man + + + + + + 2022-11-19 + 0.05 + First build. + fury + uglyside@yandex.ru + + +