Mon, 30 Jun 2025 03:47:33 CST | login

Information for build perl-Test-XML-0.08-2.oc9

ID39682
Package Nameperl-Test-XML
Version0.08
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-XML.git?.#e11355b1072c9e5c1da20aff020c459ad2a8df2c
SummaryCompare XML in perl tests
DescriptionThis module contains generic XML testing tools. Functions include: is_xml(GOT, EXPECTED [, TESTNAME ]) This function compares GOT and EXPECTED, both of which are strings of XML. The comparison works semantically and will ignore differences in syntax that are meaningless in xml, such as different quote characters for attributes, order of attributes or empty tag styles. It returns true or false, depending upon test success. isnt_xml(GOT, MUST_NOT_BE [, TESTNAME ]) This function is similar to is_xml(), except that it will fail if GOT and MUST_NOT_BE are identical. is_well_formed_xml(XML [, TESTNAME ]) This function determines whether or not a given XML string is parsable as XML. is_good_xml(XML [, TESTNAME ]) This is an alias for is_well_formed_xml().
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:50:36 CST
CompletedFri, 13 Jun 2025 19:54:29 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Test-XML.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-XML.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Test-XML-0.08-2.oc9.src.rpm (info) (download)
noarch
perl-Test-XML-0.08-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.08-2 - Rebuilt for loongarch64 * Thu Jun 20 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.08-1 - initial build