How to Install and Uninstall perl-Test-Differences Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Test-Differences" package

This guide let you learn how to install perl-Test-Differences on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-Differences

2. Uninstall "perl-Test-Differences" package

Please follow the step by step instructions below to uninstall perl-Test-Differences on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Differences

3. Information about the perl-Test-Differences package on openSuSE Tumbleweed

Information for package perl-Test-Differences:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Differences
Version : 0.710.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 30.5 KiB
Installed : No
Status : not installed
Source package : perl-Test-Differences-0.710.0-2.1.src
Upstream URL : https://metacpan.org/release/Test-Differences
Summary : Test strings and data structures and show differences if not ok
Description :
When the code you're testing returns multiple lines, records or data
structures and they're just plain wrong, an equivalent to the Unix 'diff'
utility may be just what's needed. Here's output from an example test
script that checks two text documents and then two (trivial) data
structures:
t/99example....1..3
not ok 1 - differences in text
not ok 2 - differences in whitespace
not ok 3
eq_or_diff_...() compares two strings or (limited) data structures and
either emits an ok indication or a side-by-side diff. Test::Differences is
designed to be used with Test.pm and with Test::Simple, Test::More, and
other Test::Builder based testing modules. As the SYNOPSIS shows, another
testing module must be used as the basis for your test suite.