How to Install and Uninstall perl-Exporter-Tiny Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Exporter-Tiny" package

Please follow the guidelines below to install perl-Exporter-Tiny on openSUSE Leap

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

2. Uninstall "perl-Exporter-Tiny" package

Please follow the step by step instructions below to uninstall perl-Exporter-Tiny on openSUSE Leap:

$ sudo zypper remove perl-Exporter-Tiny

3. Information about the perl-Exporter-Tiny package on openSUSE Leap

Information for package perl-Exporter-Tiny:
-------------------------------------------
Repository : Main Repository
Name : perl-Exporter-Tiny
Version : 1.000000-2.19
Arch : noarch
Vendor : SUSE LLC
Installed Size : 102.9 KiB
Installed : No
Status : not installed
Source package : perl-Exporter-Tiny-1.000000-2.19.src
Upstream URL : http://search.cpan.org/dist/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