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

Last updated: May 06,2024

1. Install "perl-MooseX-ConfigFromFile" package

This guide let you learn how to install perl-MooseX-ConfigFromFile on openSuSE Tumbleweed

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

2. Uninstall "perl-MooseX-ConfigFromFile" package

This tutorial shows how to uninstall perl-MooseX-ConfigFromFile on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-ConfigFromFile

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

Information for package perl-MooseX-ConfigFromFile:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-ConfigFromFile
Version : 0.14-1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 32.7 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-ConfigFromFile-0.14-1.28.src
Upstream URL : http://search.cpan.org/dist/MooseX-ConfigFromFile/
Summary : An abstract Moose 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
sub-roles.
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' supersede
those in the configfile.
the MooseX::Getopt manpage knows about this abstract role, and will use it
if available to load attributes from the file specified by the command line
flag '--configfile' during its normal 'new_with_options'.