How to Install and Uninstall perl-Class-DBI-Plugin.noarch Package on CentOS Stream 8
Last updated: November 01,2024
1. Install "perl-Class-DBI-Plugin.noarch" package
This guide let you learn how to install perl-Class-DBI-Plugin.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Class-DBI-Plugin.noarch
Copied
2. Uninstall "perl-Class-DBI-Plugin.noarch" package
Learn how to uninstall perl-Class-DBI-Plugin.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-Class-DBI-Plugin.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Class-DBI-Plugin.noarch package on CentOS Stream 8
Last metadata expiration check: 4:53:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Class-DBI-Plugin
Version : 0.03
Release : 42.el8
Architecture : noarch
Size : 18 k
Source : perl-Class-DBI-Plugin-0.03-42.el8.src.rpm
Repository : epel
Summary : Abstract base class for Class::DBI plugins
URL : https://metacpan.org/release/Class-DBI-Plugin
License : GPL+ or Artistic
Description : Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its
: purpose is to make writing plugins easier. Writers of plugins should be able
: to concentrate on the functionality their module provides, instead of having
: to deal with the symbol table hackery involved when writing a plugin module.
: Only three things must be remembered:
:
: * All methods to be exported are given the "Plugged" attribute. All other
: methods are not exported to the plugged-in class.
:
: * Method calls that are to be sent to the plugged-in class are put in the
: init() method. Examples of these are set_sql(), add_trigger() and so on.
:
: * The class parameter for the init() method and the "Plugged" methods is the
: plugged-in class, not the plugin class.
Available Packages
Name : perl-Class-DBI-Plugin
Version : 0.03
Release : 42.el8
Architecture : noarch
Size : 18 k
Source : perl-Class-DBI-Plugin-0.03-42.el8.src.rpm
Repository : epel
Summary : Abstract base class for Class::DBI plugins
URL : https://metacpan.org/release/Class-DBI-Plugin
License : GPL+ or Artistic
Description : Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its
: purpose is to make writing plugins easier. Writers of plugins should be able
: to concentrate on the functionality their module provides, instead of having
: to deal with the symbol table hackery involved when writing a plugin module.
: Only three things must be remembered:
:
: * All methods to be exported are given the "Plugged" attribute. All other
: methods are not exported to the plugged-in class.
:
: * Method calls that are to be sent to the plugged-in class are put in the
: init() method. Examples of these are set_sql(), add_trigger() and so on.
:
: * The class parameter for the init() method and the "Plugged" methods is the
: plugged-in class, not the plugin class.