Mon, 11 Nov 2024 01:16:05 CST | login

Information for build perl-Test-XML-0.08-10.el8

ID7806
Package Nameperl-Test-XML
Version0.08
Release10.el8
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/perl-Test-XML.git#286a7cbff8ebb1bb88b953ec2a2720f5ef4e656e
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 similiar 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 parseable as XML. is_good_xml(XML [, TESTNAME ]) This is an alias for is_well_formed_xml().
Built bydistrobuild
State complete
Volume DEFAULT
StartedThu, 10 Jun 2021 14:37:45 CST
CompletedThu, 10 Jun 2021 14:39:16 CST
Taskbuild (dist-circle8, /stage/rpms/perl-Test-XML.git:286a7cbff8ebb1bb88b953ec2a2720f5ef4e656e)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-Test-XML.git?#286a7cbff8ebb1bb88b953ec2a2720f5ef4e656e'}}
Tags
dist-circle8
dist-circle8-compose
RPMs
src
perl-Test-XML-0.08-10.el8.src.rpm (info) (download)
noarch
perl-Test-XML-0.08-10.el8.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-8 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-6 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3 - Perl 5.22 rebuild * Tue Oct 07 2014 Paul Howarth <paul@city-fan.org> - 0.08-2 - BR: perl(Test::Builder::Tester) (#1148580) * Wed Oct 01 2014 Paul Howarth <paul@city-fan.org> - 0.08-1 - Initial RPM version