How to Install and Uninstall perl-Exporter-Tidy Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Exporter-Tidy" package

Please follow the guidance below to install perl-Exporter-Tidy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Exporter-Tidy

2. Uninstall "perl-Exporter-Tidy" package

This is a short guide on how to uninstall perl-Exporter-Tidy on openSuSE Tumbleweed:

$ sudo zypper remove perl-Exporter-Tidy

3. Information about the perl-Exporter-Tidy package on openSuSE Tumbleweed

Information for package perl-Exporter-Tidy:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Exporter-Tidy
Version : 0.08-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 14.2 KiB
Installed : No
Status : not installed
Source package : perl-Exporter-Tidy-0.08-1.29.src
Upstream URL : http://search.cpan.org/dist/Exporter-Tidy/
Summary : Another way of exporting symbols
Description :
This module serves as an easy, clean alternative to Exporter. Unlike
Exporter, it is not subclassed, but it simply exports a custom import()
into your namespace.
With Exporter::Tidy, you don't need to use any package global in your
module. Even the subs you export can be lexically scoped.