--- document: modulemd version: 2 data: name: perl-XML-Parser stream: "2.46" version: 3520220906101447 context: 5 static_context: true arch: armv7hl summary: Perl module for parsing XML documents description: > This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. license: module: - MIT content: - GPL+ or Artistic xmd: {} dependencies: - buildrequires: perl: [5.36] perl-libwww-perl: [6.67] platform: [f35] requires: perl: [5.36] perl-libwww-perl: [6.67] platform: [f35] references: community: https://metacpan.org/release/XML-Parser profiles: common: description: XML::Parser Perl module rpms: - perl-XML-Parser api: rpms: - perl-XML-Parser filter: rpms: - perl-Capture-Tiny - perl-Devel-CheckLib buildopts: rpms: macros: > %_without_perl_Devel_CheckLib_enables_optional_test 1 components: rpms: perl-Capture-Tiny: rationale: For perl-Devel-CheckLib. ref: f37 buildonly: true arches: [aarch64, i686, ppc64le, s390x, x86_64] perl-Devel-CheckLib: rationale: For perl-XML-Parser. ref: f37 buildorder: 1 buildonly: true arches: [aarch64, i686, ppc64le, s390x, x86_64] perl-XML-Parser: rationale: The API. ref: f37 buildorder: 2 arches: [aarch64, i686, ppc64le, s390x, x86_64] artifacts: rpms: - perl-XML-Parser-0:2.46-12.module_f35+15416+4d4fefa5.armv7hl - perl-XML-Parser-0:2.46-12.module_f35+15416+4d4fefa5.src - perl-XML-Parser-debuginfo-0:2.46-12.module_f35+15416+4d4fefa5.armv7hl - perl-XML-Parser-debugsource-0:2.46-12.module_f35+15416+4d4fefa5.armv7hl ...