Sat, 27 Dec 2025 18:36:44 CST | login

Information for build perl-Pod-Eventual-0.094003-2.oc9

ID39520
Package Nameperl-Pod-Eventual
Version0.094003
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Pod-Eventual.git?.#0c25bd7d97d6f770467bbd56a3d00d50cddc934f
SummaryRead a POD document as a series of trivial events
DescriptionPOD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that. Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid is often better (that's what I keep telling myself, anyway). Pod::Eventual reads line-based input and produces events describing each POD paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod::Eventual sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:05:06 CST
CompletedFri, 13 Jun 2025 19:07:32 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Pod-Eventual.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Pod-Eventual.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Pod-Eventual-0.094003-2.oc9.src.rpm (info) (download)
noarch
perl-Pod-Eventual-0.094003-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.094003-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.094003-1 - initial build