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

Last updated: November 07,2024

1. Install "perl-MooseX-MarkAsMethods" package

Please follow the step by step instructions below to install perl-MooseX-MarkAsMethods on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-MarkAsMethods

2. Uninstall "perl-MooseX-MarkAsMethods" package

This is a short guide on how to uninstall perl-MooseX-MarkAsMethods on openSUSE Leap:

$ sudo zypper remove perl-MooseX-MarkAsMethods

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

Information for package perl-MooseX-MarkAsMethods:
--------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-MarkAsMethods
Version : 0.15-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 20.7 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-MarkAsMethods-0.15-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/MooseX-MarkAsMethods/
Summary : Mark overload code symbols as methods
Description :
MooseX::MarkAsMethods allows one to easily mark certain functions as Moose
methods. This will allow other packages such as the namespace::autoclean
manpage to operate without blowing away your overloads. After using
MooseX::MarkAsMethods your overloads will be recognized by the Class::MOP
manpage as being methods, and class extension as well as composition from
roles with overloads will "just work".
By default we check for overloads, and mark those functions as methods.
If 'autoclean => 1' is passed to import on using this module, we will
invoke namespace::autoclean to clear out non-methods.