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

Last updated: May 18,2024

1. Install "perl-MooseX-ConfigFromFile" package

Please follow the steps below to install perl-MooseX-ConfigFromFile on openSUSE Leap

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

2. Uninstall "perl-MooseX-ConfigFromFile" package

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

$ sudo zypper remove perl-MooseX-ConfigFromFile

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

Information for package perl-MooseX-ConfigFromFile:
---------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-ConfigFromFile
Version : 0.14-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 33.6 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-ConfigFromFile-0.14-bp155.2.8.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'.