How to Install and Uninstall perl-MooseX-MarkAsMethods Package on openSuSE Tumbleweed
Last updated: November 27,2024
1. Install "perl-MooseX-MarkAsMethods" package
This guide let you learn how to install perl-MooseX-MarkAsMethods on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-MooseX-MarkAsMethods
Copied
2. Uninstall "perl-MooseX-MarkAsMethods" package
Please follow the guidelines below to uninstall perl-MooseX-MarkAsMethods on openSuSE Tumbleweed:
$
sudo zypper remove
perl-MooseX-MarkAsMethods
Copied
3. Information about the perl-MooseX-MarkAsMethods package on openSuSE Tumbleweed
Information for package perl-MooseX-MarkAsMethods:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-MarkAsMethods
Version : 0.15-5.30
Arch : noarch
Vendor : openSUSE
Installed Size : 20.6 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-MarkAsMethods-0.15-5.30.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.
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-MarkAsMethods
Version : 0.15-5.30
Arch : noarch
Vendor : openSUSE
Installed Size : 20.6 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-MarkAsMethods-0.15-5.30.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.