How to Install and Uninstall perl-MouseX-ConfigFromFile Package on openSuSE Tumbleweed

Last updated: March 04,2025

1. Install "perl-MouseX-ConfigFromFile" package

Please follow the guidelines below to install perl-MouseX-ConfigFromFile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-MouseX-ConfigFromFile

2. Uninstall "perl-MouseX-ConfigFromFile" package

Please follow the instructions below to uninstall perl-MouseX-ConfigFromFile on openSuSE Tumbleweed:

$ sudo zypper remove perl-MouseX-ConfigFromFile

3. Information about the perl-MouseX-ConfigFromFile package on openSuSE Tumbleweed

Information for package perl-MouseX-ConfigFromFile:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MouseX-ConfigFromFile
Version : 0.05-4.24
Arch : noarch
Vendor : openSUSE
Installed Size : 12.3 KiB
Installed : No
Status : not installed
Source package : perl-MouseX-ConfigFromFile-0.05-4.24.src
Upstream URL : http://search.cpan.org/dist/MouseX-ConfigFromFile/
Summary : An abstract Mouse role for setting attributes from a configfile
Description :
This is an abstract role which provides an alternate constructor for
creating objects using parameters passed in from a configuration file. The
actual implementation of reading the configuration file is left to concrete
subroles.
It declares an attribute 'configfile' and a class method 'new_with_config',
and requires that concrete roles derived from it implement the class method
'get_config_from_file'.
Attributes specified directly as arguments to 'new_with_config' supercede
those in the configfile.