How to Install and Uninstall perl-Sub-Identify Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "perl-Sub-Identify" package

Please follow the steps below to install perl-Sub-Identify on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Sub-Identify

2. Uninstall "perl-Sub-Identify" package

Here is a brief guide to show you how to uninstall perl-Sub-Identify on openSuSE Tumbleweed:

$ sudo zypper remove perl-Sub-Identify

3. Information about the perl-Sub-Identify package on openSuSE Tumbleweed

Information for package perl-Sub-Identify:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Sub-Identify
Version : 0.14-1.31
Arch : x86_64
Vendor : openSUSE
Installed Size : 23.4 KiB
Installed : No
Status : not installed
Source package : perl-Sub-Identify-0.14-1.31.src
Upstream URL : http://search.cpan.org/dist/Sub-Identify/
Summary : Retrieve names of code references
Description :
'Sub::Identify' allows you to retrieve the real name of code references.
It provides six functions, all of them taking a code reference.
'sub_name' returns the name of the code reference passed as an argument (or
'__ANON__' if it's an anonymous code reference), 'stash_name' returns its
package, and 'sub_fullname' returns the concatenation of the two.
'get_code_info' returns a list of two elements, the package and the
subroutine name (in case of you want both and are worried by the speed.)
In case of subroutine aliasing, those functions always return the original
name.
'get_code_location' returns a two-element list containing the file name and
the line number where the subroutine has been defined.
'is_sub_constant' returns a boolean value indicating whether the subroutine
is a constant or not.