How to Install and Uninstall perl-Import-Into Package on openSuSE Tumbleweed

Last updated: May 23,2024

1. Install "perl-Import-Into" package

Please follow the guidelines below to install perl-Import-Into on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Import-Into

2. Uninstall "perl-Import-Into" package

This is a short guide on how to uninstall perl-Import-Into on openSuSE Tumbleweed:

$ sudo zypper remove perl-Import-Into

3. Information about the perl-Import-Into package on openSuSE Tumbleweed

Information for package perl-Import-Into:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Import-Into
Version : 1.002005-1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 19.9 KiB
Installed : No
Status : not installed
Source package : perl-Import-Into-1.002005-1.28.src
Upstream URL : http://search.cpan.org/dist/Import-Into/
Summary : Import packages into other packages
Description :
Writing exporters is a pain. Some use the Exporter manpage, some use the
Sub::Exporter manpage, some use the Moose::Exporter manpage, some use the
Exporter::Declare manpage ... and some things are pragmas.
Exporting on someone else's behalf is harder. The exporters don't provide a
consistent API for this, and pragmas need to have their import method
called directly, since they effect the current unit of compilation.
'Import::Into' provides global methods to make this painless.