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

Last updated: May 17,2024

1. Install "perl-Exporter-Tiny" package

Please follow the step by step instructions below to install perl-Exporter-Tiny on openSuSE Tumbleweed

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

2. Uninstall "perl-Exporter-Tiny" package

This guide let you learn how to uninstall perl-Exporter-Tiny on openSuSE Tumbleweed:

$ sudo zypper remove perl-Exporter-Tiny

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

Information for package perl-Exporter-Tiny:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Exporter-Tiny
Version : 1.006002-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 124.8 KiB
Installed : No
Status : not installed
Source package : perl-Exporter-Tiny-1.006002-1.4.src
Upstream URL : https://metacpan.org/release/Exporter-Tiny
Summary : An exporter with the features of Sub::Exporter but only core dependencies
Description :
Exporter::Tiny supports many of Sub::Exporter's external-facing features
including renaming imported functions with the '-as', '-prefix' and
'-suffix' options; explicit destinations with the 'into' option; and
alternative installers with the 'installer' option. But it's written in
only about 40% as many lines of code and with zero non-core dependencies.
Its internal-facing interface is closer to Exporter.pm, with configuration
done through the '@EXPORT', '@EXPORT_OK' and '%EXPORT_TAGS' package
variables.
If you are trying to *write* a module that inherits from Exporter::Tiny,
then look at:
* Exporter::Tiny::Manual::QuickStart
* Exporter::Tiny::Manual::Exporting
If you are trying to *use* a module that inherits from Exporter::Tiny, then
look at:
* Exporter::Tiny::Manual::Importing