Thu, 09 Apr 2026 10:20:07 CST | login

Information for build perl-Class-DBI-Plugin-0.03-1.oc9

ID27678
Package Nameperl-Class-DBI-Plugin
Version0.03
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Class-DBI-Plugin.git?.#d3c36fd32e2701a57a2cc09bf0da2fbdb16a384d
SummaryAbstract base class for Class::DBI plugins
DescriptionClass::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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 15:09:35 CST
CompletedMon, 05 Aug 2024 15:11:58 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Class-DBI-Plugin.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Class-DBI-Plugin.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Class-DBI-Plugin-0.03-1.oc9.src.rpm (info) (download)
noarch
perl-Class-DBI-Plugin-0.03-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 20 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.03-1 - initial build