diff --git a/programming/language/perl/perl-IO-stringy/actions.py b/programming/language/perl/perl-IO-stringy/actions.py new file mode 100644 index 0000000000..c0a988e066 --- /dev/null +++ b/programming/language/perl/perl-IO-stringy/actions.py @@ -0,0 +1,21 @@ +#!/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, pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") diff --git a/programming/language/perl/perl-IO-stringy/pspec.xml b/programming/language/perl/perl-IO-stringy/pspec.xml new file mode 100644 index 0000000000..ebddf95fa4 --- /dev/null +++ b/programming/language/perl/perl-IO-stringy/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-IO-stringy + https://metacpan.org/pod/IO::Stringy + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + I/O on in-core objects like strings and arrays + This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. + + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/IO-Stringy-2.113.tar.gz + + + perl + + + + + perl-IO-stringy + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2023-01-08 + 2.113 + First build. + fury + uglyside@yandex.ru + + +