How to Install and Uninstall perl-Test-Inter Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Test-Inter" package

This guide covers the steps necessary to install perl-Test-Inter on openSUSE Leap

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

2. Uninstall "perl-Test-Inter" package

This is a short guide on how to uninstall perl-Test-Inter on openSUSE Leap:

$ sudo zypper remove perl-Test-Inter

3. Information about the perl-Test-Inter package on openSUSE Leap

Information for package perl-Test-Inter:
----------------------------------------
Repository : Main Repository
Name : perl-Test-Inter
Version : 1.07-1.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 137.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-Inter-1.07-1.5.src
Upstream URL : http://search.cpan.org/dist/Test-Inter/
Summary : Framework for More Readable Interactive Test Scripts
Description :
This is another framework for writing test scripts. Much of the syntax is
loosely inspired by Test::More, and Test::Inter has most of it's
functionality, but it is not a drop-in replacement.
Test::More (and other existing test frameworks) suffer from two weaknesses,
both of which have prevented me from ever using them:
None offer the ability to access specific tests in
a reasonably interactive fashion, primarily for
debugging purposes
None offer the ability to write the tests in
whatever format would make the tests the most
readable
The way I write and use test scripts, existing Test::* modules are not
nearly as useful as they could be.