How to Install and Uninstall perl-MooseX-Role-WithOverloading Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-MooseX-Role-WithOverloading" package

In this section, we are going to explain the necessary steps to install perl-MooseX-Role-WithOverloading on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-Role-WithOverloading

2. Uninstall "perl-MooseX-Role-WithOverloading" package

Please follow the guidance below to uninstall perl-MooseX-Role-WithOverloading on openSUSE Leap:

$ sudo zypper remove perl-MooseX-Role-WithOverloading

3. Information about the perl-MooseX-Role-WithOverloading package on openSUSE Leap

Information for package perl-MooseX-Role-WithOverloading:
---------------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-Role-WithOverloading
Version : 0.17-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 46.2 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Role-WithOverloading-0.17-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/MooseX-Role-WithOverloading/
Summary : (DEPRECATED) Roles which support overloading
Description :
MooseX::Role::WithOverloading allows you to write a the Moose::Role manpage
which defines overloaded operators and allows those overload methods to be
composed into the classes/roles/instances it's compiled to, where plain the
Moose::Role manpages would lose the overloading.
Starting with the Moose manpage version 2.1300, this module is no longer
necessary, as the functionality is available already. In that case, 'use
MooseX::Role::WithOverloading' behaves identically to 'use Moose::Role'.