Sun, 29 Jun 2025 17:18:05 CST | login

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

ID27835
Package Nameperl-Test-XML
Version0.08
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-XML.git?.#e2cc9dededd981a3a88d672b97950b04805a7fd5
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 17:19:45 CST
CompletedMon, 05 Aug 2024 17:22:12 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-1.oc9.src.rpm (info) (download)
noarch
perl-Test-XML-0.08-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.08-1 - initial build