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

ID25350
Package Nameperl-Pod-Eventual
Version0.094003
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Pod-Eventual.git?.#76f2c718becc7b1aa522a6cc1a92473254064851
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 byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 18:54:51 CST
CompletedThu, 25 Jul 2024 18:56:27 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-1.oc9.src.rpm (info) (download)
noarch
perl-Pod-Eventual-0.094003-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 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.094003-1 - initial build