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

Last updated: October 06,2024

1. Install "perl-MooseX-AuthorizedMethods" package

Here is a brief guide to show you how to install perl-MooseX-AuthorizedMethods on openSUSE Leap

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

2. Uninstall "perl-MooseX-AuthorizedMethods" package

Please follow the guidelines below to uninstall perl-MooseX-AuthorizedMethods on openSUSE Leap:

$ sudo zypper remove perl-MooseX-AuthorizedMethods

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

Information for package perl-MooseX-AuthorizedMethods:
------------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-AuthorizedMethods
Version : 0.006-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 15.3 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-AuthorizedMethods-0.006-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/MooseX-AuthorizedMethods/
Summary : Syntax sugar for authorized methods
Description :
This method exports the "authorized" declarator that makes a verification
if the user has the required permissions before the acual invocation. The
default verification method will take the "user" method result and call
"roles" to list the roles given to that user.