diff --git a/programming/language/perl/perl-Test-Differences/actions.py b/programming/language/perl/perl-Test-Differences/actions.py new file mode 100644 index 0000000000..77664fcd11 --- /dev/null +++ b/programming/language/perl/perl-Test-Differences/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-Test-Differences/pspec.xml b/programming/language/perl/perl-Test-Differences/pspec.xml new file mode 100644 index 0000000000..8c18fb33cb --- /dev/null +++ b/programming/language/perl/perl-Test-Differences/pspec.xml @@ -0,0 +1,44 @@ + + + + + perl-Test-Differences + https://metacpan.org/pod/Test::Differences + + Mustafa Cinasal + muscnsl@gmail.com + + perl Artistic + programming.language.perl + Test strings and data structures and show differences if not ok. + pass + https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-0.71.tar.gz + + perl-Text-Diff + perl-Capture-Tiny + + + + + + + + perl-Test-Differences + + perl-Text-Diff + perl-Capture-Tiny + + + /usr/share + + + + + + 2025-02-06 + 0.71 + Mustafa Cinasal + muscnsl@gmail.com + + +