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

Last updated: April 29,2024

1. Install "perl-Sub-HandlesVia" package

In this section, we are going to explain the necessary steps to install perl-Sub-HandlesVia on openSuSE Tumbleweed

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

2. Uninstall "perl-Sub-HandlesVia" package

In this section, we are going to explain the necessary steps to uninstall perl-Sub-HandlesVia on openSuSE Tumbleweed:

$ sudo zypper remove perl-Sub-HandlesVia

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

Information for package perl-Sub-HandlesVia:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Sub-HandlesVia
Version : 0.050000-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 532.4 KiB
Installed : No
Status : not installed
Source package : perl-Sub-HandlesVia-0.050000-1.4.src
Upstream URL : https://metacpan.org/release/Sub-HandlesVia
Summary : Alternative handles_via implementation
Description :
If you've used Moose's native attribute traits, or MooX::HandlesVia before,
you should have a fairly good idea what this does.
Why re-invent the wheel? Well, this is an implementation that should work
okay with Moo, Moose, Mouse, and any other OO toolkit you throw at it. One
ring to rule them all, so to speak.
For details of how to use it, see the manual.
* Sub::HandlesVia::Manual::WithMoo
How to use Sub::HandlesVia with Moo and Moo::Role.
* Sub::HandlesVia::Manual::WithMoose
How to use Sub::HandlesVia with Moose and Moose::Role.
* Sub::HandlesVia::Manual::WithMouse
How to use Sub::HandlesVia with Mouse and Mouse::Role.
* Sub::HandlesVia::Manual::WithMite
How to use Sub::HandlesVia with Mite.
* Sub::HandlesVia::Manual::WithClassTiny
How to use Sub::HandlesVia with Class::Tiny.
* Sub::HandlesVia::Manual::WithObjectPad
How to use Sub::HandlesVia with Object::Pad classes.
* Sub::HandlesVia::Manual::WithGeneric
How to use Sub::HandlesVia with other OO toolkits, and hand-written Perl
classes.
Note: as Sub::HandlesVia needs to detect which toolkit you are using, and
often needs to detect whether your package is a class or a role, it needs
to be loaded _after_ Moo/Moose/Mouse/etc. Your 'use Moo' or 'use
Moose::Role' or whatever needs to be _before_ your 'use Sub::HandlesVia'.