How to Install and Uninstall perl-autobox Package on openSUSE Leap
Last updated: November 23,2024
1. Install "perl-autobox" package
This is a short guide on how to install perl-autobox on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-autobox
Copied
2. Uninstall "perl-autobox" package
This tutorial shows how to uninstall perl-autobox on openSUSE Leap:
$
sudo zypper remove
perl-autobox
Copied
3. Information about the perl-autobox package on openSUSE Leap
Information for package perl-autobox:
-------------------------------------
Repository : Main Repository
Name : perl-autobox
Version : 3.0.1-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 72.9 KiB
Installed : No
Status : not installed
Source package : perl-autobox-3.0.1-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/autobox/
Summary : Call Methods On Native Types
Description :
The autobox pragma allows methods to be called on integers, floats,
strings, arrays, hashes, and code references in exactly the same manner as
blessed references.
Autoboxing is transparent: values are not blessed into their (user-defined)
implementation class (unless the method elects to bestow such a blessing) -
they simply use its methods as though they are.
The classes (packages) into which the native types are boxed are fully
configurable. By default, a method invoked on a non-object value is assumed
to be defined in a class whose name corresponds to the 'ref()' type of that
value - or SCALAR if the value is a non-reference.
-------------------------------------
Repository : Main Repository
Name : perl-autobox
Version : 3.0.1-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 72.9 KiB
Installed : No
Status : not installed
Source package : perl-autobox-3.0.1-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/autobox/
Summary : Call Methods On Native Types
Description :
The autobox pragma allows methods to be called on integers, floats,
strings, arrays, hashes, and code references in exactly the same manner as
blessed references.
Autoboxing is transparent: values are not blessed into their (user-defined)
implementation class (unless the method elects to bestow such a blessing) -
they simply use its methods as though they are.
The classes (packages) into which the native types are boxed are fully
configurable. By default, a method invoked on a non-object value is assumed
to be defined in a class whose name corresponds to the 'ref()' type of that
value - or SCALAR if the value is a non-reference.