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

Last updated: May 20,2024

1. Install "perl-MooseX-LazyRequire" package

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

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

2. Uninstall "perl-MooseX-LazyRequire" package

Learn how to uninstall perl-MooseX-LazyRequire on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-LazyRequire

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

Information for package perl-MooseX-LazyRequire:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-LazyRequire
Version : 0.11-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 28.4 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-LazyRequire-0.11-1.29.src
Upstream URL : http://search.cpan.org/dist/MooseX-LazyRequire/
Summary : Required attributes which fail only when trying to use them
Description :
This module adds a 'lazy_required' option to Moose attribute declarations.
The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.