How to Install and Uninstall perl-Import-Into Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Import-Into" package

This tutorial shows how to install perl-Import-Into on openSUSE Leap

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

2. Uninstall "perl-Import-Into" package

In this section, we are going to explain the necessary steps to uninstall perl-Import-Into on openSUSE Leap:

$ sudo zypper remove perl-Import-Into

3. Information about the perl-Import-Into package on openSUSE Leap

Information for package perl-Import-Into:
-----------------------------------------
Repository : Main Repository
Name : perl-Import-Into
Version : 1.002005-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 20.2 KiB
Installed : No
Status : not installed
Source package : perl-Import-Into-1.002005-bp155.2.12.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.