How to Install and Uninstall perl-Object-Pluggable Package on openSUSE Leap
Last updated: November 14,2024
1. Install "perl-Object-Pluggable" package
In this section, we are going to explain the necessary steps to install perl-Object-Pluggable on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Object-Pluggable
Copied
2. Uninstall "perl-Object-Pluggable" package
This guide covers the steps necessary to uninstall perl-Object-Pluggable on openSUSE Leap:
$
sudo zypper remove
perl-Object-Pluggable
Copied
3. Information about the perl-Object-Pluggable package on openSUSE Leap
Information for package perl-Object-Pluggable:
----------------------------------------------
Repository : Main Repository
Name : perl-Object-Pluggable
Version : 1.29-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 87.8 KiB
Installed : No
Status : not installed
Source package : perl-Object-Pluggable-1.29-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Object-Pluggable/
Summary : Base Class for Creating Plugin-Enabled Objects
Description :
Object::Pluggable is a base class for creating plugin enabled objects. It
is a generic port of POE::Component::IRC's plugin system.
If your object dispatches events to listeners, then Object::Pluggable may
be a good fit for you.
Basic use would involve subclassing Object::Pluggable, then overriding
'_pluggable_event()' and inserting '_pluggable_process()' wherever you
dispatch events from.
Users of your object can then load plugins using the plugin methods
provided to handle events generated by the object.
You may also use plugin style handlers within your object as
'_pluggable_process()' will attempt to process any events with local method
calls first. The return value of these handlers has the same significance
as the return value of 'normal' plugin handlers.
----------------------------------------------
Repository : Main Repository
Name : perl-Object-Pluggable
Version : 1.29-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 87.8 KiB
Installed : No
Status : not installed
Source package : perl-Object-Pluggable-1.29-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Object-Pluggable/
Summary : Base Class for Creating Plugin-Enabled Objects
Description :
Object::Pluggable is a base class for creating plugin enabled objects. It
is a generic port of POE::Component::IRC's plugin system.
If your object dispatches events to listeners, then Object::Pluggable may
be a good fit for you.
Basic use would involve subclassing Object::Pluggable, then overriding
'_pluggable_event()' and inserting '_pluggable_process()' wherever you
dispatch events from.
Users of your object can then load plugins using the plugin methods
provided to handle events generated by the object.
You may also use plugin style handlers within your object as
'_pluggable_process()' will attempt to process any events with local method
calls first. The return value of these handlers has the same significance
as the return value of 'normal' plugin handlers.