How to Install and Uninstall perl-MooseX-ClassAttribute Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "perl-MooseX-ClassAttribute" package

Please follow the instructions below to install perl-MooseX-ClassAttribute on openSuSE Tumbleweed

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

2. Uninstall "perl-MooseX-ClassAttribute" package

Please follow the guidance below to uninstall perl-MooseX-ClassAttribute on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-ClassAttribute

3. Information about the perl-MooseX-ClassAttribute package on openSuSE Tumbleweed

Information for package perl-MooseX-ClassAttribute:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-ClassAttribute
Version : 0.29-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 70.8 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-ClassAttribute-0.29-1.26.src
Upstream URL : http://search.cpan.org/dist/MooseX-ClassAttribute/
Summary : Declare class attributes Moose-style
Description :
This module allows you to declare class attributes in exactly the same way
as object attributes, using 'class_has()' instead of 'has()'.
You can use any feature of Moose's attribute declarations, including
overriding a parent's attributes, delegation ('handles'), attribute traits,
etc. All features should just work. The one exception is the "required"
flag, which is not allowed for class attributes.
The accessor methods for class attribute may be called on the class
directly, or on objects of that class. Passing a class attribute to the
constructor will not set that attribute.