How to Install and Uninstall perl-Class-MethodMaker Package on openSUSE Leap
Last updated: November 27,2024
1. Install "perl-Class-MethodMaker" package
Please follow the steps below to install perl-Class-MethodMaker on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Class-MethodMaker
Copied
2. Uninstall "perl-Class-MethodMaker" package
In this section, we are going to explain the necessary steps to uninstall perl-Class-MethodMaker on openSUSE Leap:
$
sudo zypper remove
perl-Class-MethodMaker
Copied
3. Information about the perl-Class-MethodMaker package on openSUSE Leap
Information for package perl-Class-MethodMaker:
-----------------------------------------------
Repository : Main Repository
Name : perl-Class-MethodMaker
Version : 2.24-1.27
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 20.4 MiB
Installed : No
Status : not installed
Source package : perl-Class-MethodMaker-2.24-1.27.src
Upstream URL : http://search.cpan.org/dist/Class-MethodMaker/
Summary : Create generic methods for OO Perl
Description :
This module solves the problem of having to continually write accessor
methods for your objects that perform standard tasks.
The argument to 'use' is an *arrayref*, as pairs whose "keys" are the names
of types of generic methods generated by MethodMaker and whose "values"
tell method maker what methods to make.
To override any generated methods, it is sufficient to ensure that the
overriding method is defined when Class::MethodMaker is called. Note that
the 'use' keyword introduces a 'BEGIN' block, so you may need to define (or
at least declare) your overriding method in a 'BEGIN' block.
-----------------------------------------------
Repository : Main Repository
Name : perl-Class-MethodMaker
Version : 2.24-1.27
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 20.4 MiB
Installed : No
Status : not installed
Source package : perl-Class-MethodMaker-2.24-1.27.src
Upstream URL : http://search.cpan.org/dist/Class-MethodMaker/
Summary : Create generic methods for OO Perl
Description :
This module solves the problem of having to continually write accessor
methods for your objects that perform standard tasks.
The argument to 'use' is an *arrayref*, as pairs whose "keys" are the names
of types of generic methods generated by MethodMaker and whose "values"
tell method maker what methods to make.
To override any generated methods, it is sufficient to ensure that the
overriding method is defined when Class::MethodMaker is called. Note that
the 'use' keyword introduces a 'BEGIN' block, so you may need to define (or
at least declare) your overriding method in a 'BEGIN' block.