{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"perl-CPAN-0.2.36-1.oe2409.aarch64.rpm",
	"spdxVersion":"SPDX-2.2",
	"creationInfo":{
		"created":"2024-09-30T03:30:07.5589037Z",
		"creators":"[openeuler_creator]"
	},
	"dataLicense":"CC0-1.0",
	"documentNamespace":"https://repo.openeuler.org/security/data/sbom/perl-CPAN-0.2.36-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-make-4.4.1-8eb14251-90cf-48c8-bb2c-c1a06f6c0dab-02b11bac-ee92-4721-97fe-0e752ae3d878",
			"name":"make",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"d5429bd70e213efd7683715a20528562531380ac84b6e0cffbf15902a6663afb"
				}
			],
			"description":"GNU Make is a tool which controls the generation of executables and other\nnon-source files of a program from the program's source files.\n\nMake gets its knowledge of how to build your program from a file called\nthe makefile, which lists each of the non-source files and how to compute\nit from other files. When you write a program, you should write a makefile\nfor it, so that it is possible to use Make to build and install the program.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/make@4.4.1-1.oe2409?arch=aarch64&epoch=1&upstream=make-4.4.1-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://www.gnu.org/software/make/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A tool which controls the generation of executables and non-source files of a program",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:4.4.1-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-5.38.0-3373dd29-00bf-4751-bc96-5b01fbd1f07c-d51fad82-8968-4793-9de1-c2ba91d10415",
			"name":"perl",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"1cc1d4df3e2feb90c5250bb3619d63d60b9ec82bb75e180bdeecccce97e37e91"
				}
			],
			"description":"Perl 5 is a highly capable, feature-rich programming language with over 30 years of development.\nPerl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid\nprototyping and large scale development projects.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl@5.38.0-8.oe2409?arch=aarch64&epoch=4&upstream=perl-5.38.0-8.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.perl.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A highly capable, feature-rich programming language",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"4:5.38.0-8.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Archive-Tar-3.02-b35f6aea-eb76-409b-a84d-eec147833140-132c3a4b-12e1-486f-9631-f00e1d1240e5",
			"name":"perl-Archive-Tar",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"3d2dd61ac2b460b5b1ddcc5abbb88afb267ee8de90f1ce56bc7a79dd71a72bc2"
				}
			],
			"description":"archive::Tar provides an object oriented mechanism for handling tar\nfiles. It provides class methods for quick and easy files handling\nwhile also allowing for the creation of tar file objects for custom\nmanipulation. If you have the IO::Zlib module installed, Archive::Tar\nwill also support compressed or gzipped tar files.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Archive-Tar@3.02-1.oe2409?arch=noarch&epoch=0&upstream=perl-Archive-Tar-3.02-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/pod/Archive::Tar",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A module for manipulations of tar archives",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.02-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Archive-Zip-1.68-8540f4e7-79b5-4d62-abb0-2900aa43582e-91f2b178-33e7-4e18-9624-884b3a25a137",
			"name":"perl-Archive-Zip",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"b3df4ace710a52a889266837c187afc70ec25533b8d6fa3b7b79cc3130e7ddf1"
				}
			],
			"description":"The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.\nZip archives can be created, or you can read from existing zip files.\nOnce created, they can be written to files, streams, or strings.\nMembers can be added, removed, extracted, replaced, rearranged, and enumerated.\nThey can also be renamed or have their dates, comments, or other attributes queried or modified.\nTheir data can be compressed or uncompressed as needed.\nMembers can be created from members in existing Zip files, or from existing directories, files, or strings.\nThis module uses the Compress::Raw::Zlib library to read and write the compressed streams inside the files.\nOne can use Archive::Zip::MemberRead to read the zip file archive members as if they were files.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Archive-Zip@1.68-1.oe2409?arch=noarch&epoch=0&upstream=perl-Archive-Zip-1.68-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Archive-Zip",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Perl library for accessing Zip archives",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.68-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"name":"perl-CPAN",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"cbd48aaa27b650e93be6223088f7d8f571a0ab455693087e80e9a206ef187e0d"
				}
			],
			"description":"The CPAN module automates or at least simplifies the make and install of\nperl modules and extensions. It includes some primitive searching\ncapabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain\nexternal download clients to fetch distributions from the net.\n\nThe CPAN module also supports named and versioned *bundles* of modules.\nBundles simplify handling of sets of related modules.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-CPAN@2.36-1.oe2409?arch=noarch&epoch=0&upstream=perl-CPAN-2.36-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/CPAN",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Query, download and build perl modules from CPAN sites",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.36-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-CPAN-Meta-2.150010-614e831f-2274-49b1-814e-64bf821ecf42-0d266068-c42d-4317-8a61-5cd5033873f6",
			"name":"perl-CPAN-Meta",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"041fa2a52e241d3a33510fa46f5166623484cf12b09377ac7dec54810e0dd71d"
				}
			],
			"description":"Software distributions released to the CPAN include a META.json or,\nfor older distributions, META.yml, which describes the distribution,\nits contents, and the requirements for building and installing the distribution.\nThe data structure stored in the META.json file is described in CPAN::Meta::Spec.\n\nCPAN::Meta provides a simple class to represent this distribution metadata (or distmeta),\nalong with some helpful methods for interrogating that data.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-CPAN-Meta@2.150010-420.oe2409?arch=noarch&epoch=0&upstream=perl-CPAN-Meta-2.150010-420.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/CPAN-Meta",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The distribution metadata for a CPAN dist",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.150010-420.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-CPAN-Meta-Requirements-2.143-4ad499ef-5e64-47fd-a9f6-5d4d41105f52-c6058847-43b6-4a14-a865-be9b86bf7479",
			"name":"perl-CPAN-Meta-Requirements",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"c7d426e96b3eab7b48f2786cd59c7acc5b187d4bd46b54a5501fd1e9f72985b3"
				}
			],
			"description":"A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml\nor META.json files in CPAN distributions, and as defined by CPAN::Meta::Spec; It can be built up by adding\nmore and more constraints, and it will reduce them to the simplest representation.\nLogically impossible constraints will be identified immediately by thrown exceptions.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-CPAN-Meta-Requirements@2.143-2.oe2409?arch=noarch&epoch=0&upstream=perl-CPAN-Meta-Requirements-2.143-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/CPAN-Meta-Requirements",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A set of version requirements for a CPAN dist",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.143-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Carp-1.50-26fa9174-9324-4e80-b10e-6a723f948447-11ea0944-f309-4859-ab91-2acccf43e3da",
			"name":"perl-Carp",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"69af162dfeeb16b0cebb19c6d06eb6e9aa135770713b8e734f306846b16d2fdd"
				}
			],
			"description":"The Carp routines are useful in your own modules because they act like\ndie() or warn(), but with a message which is more likely to be useful\nto a user of your module.  In the case of cluck, confess, and longmess\nthat context is a summary of every call in the call-stack.  For a shorter\nmessage you can use carp or croak which report the error as being from\nwhere your module was called.  There is no guarantee that that is where\nthe error was, but it is a good educated guess.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Carp@1.50-420.oe2409?arch=noarch&epoch=0&upstream=perl-Carp-1.50-420.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Carp",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Alternative warn and die for modules",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.50-420.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Compress-Bzip2-2.28-9ce4e3e4-2907-4b2b-8d16-558251b8c624-104621ef-5292-48b8-a85a-82ece86180a1",
			"name":"perl-Compress-Bzip2",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"27eb9a2866d40ea86f62a525e975224869c99ca4ea35ab06241c876fd2a98ffa"
				}
			],
			"description":"This module provides a Compress::Zlib like Perl interface to the bzip2 library.\nIt uses the low level interface to the bzip2 algorithm, and reimplements all high\nlevel routines.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Compress-Bzip2@2.28-1.oe2409?arch=aarch64&epoch=0&upstream=perl-Compress-Bzip2-2.28-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Compress-Bzip2",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"This module provides a Compress::Zlib like Perl interface to the bzip2 library",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.28-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Data-Dumper-2.183-22e248c8-939b-4525-85a2-84e3cbb82e8f-f2d1c706-2ebb-425c-8536-0d4daec98075",
			"name":"perl-Data-Dumper",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"2d54067760de73cdb2c0a6885399cb498c062d13e55a1671d0b14a890e379c81"
				}
			],
			"description":"Given a list of scalars or reference variables, writes out their contents in perl syntax.\nThe references can also be objects. The content of each variable is output in a single Perl statement.\nHandles self-referential structures correctly.\nThe return value can be evaled to get back an identical copy of the original reference structure.\n(Please do consider the security implications of eval'ing code from untrusted sources!)",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Data-Dumper@2.183-2.oe2409?arch=aarch64&epoch=0&upstream=perl-Data-Dumper-2.183-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Data-Dumper",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Stringified perl data structures, suitable for both printing and eval",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.183-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Devel-Size-0.83-89a53161-1021-4e6f-89c7-9db2852d91fd-1ebfc8a7-bc5c-4c1f-a471-5f730c67ab40",
			"name":"perl-Devel-Size",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"14ccb7eec5923fc54cb8cf486761537416dceb99b7e1ef973cc600bcc3a7b1c6"
				}
			],
			"description":"This module figures out the real size of Perl variables in bytes, as accurately as possible.\nCall functions with a reference to the variable you want the size of. If the variable is a\nplain scalar it returns the size of this scalar. If the variable is a hash or an array, use\na reference when calling.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Devel-Size@0.83-1.oe2409?arch=aarch64&epoch=0&upstream=perl-Devel-Size-0.83-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Devel-Size",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Perl extension for finding the memory usage of Perl variables",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.83-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Digest-MD5-2.58-eeb5e6fe-bed4-4e3b-8518-cc6967bdb46f-2e141719-5f3c-4b56-82e5-f668e01bb555",
			"name":"perl-Digest-MD5",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"4c4c4d7178365dd1f8d8b2fe52c468d114ef71090de69138c0c151cadfcde003"
				}
			],
			"description":"The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5\nMessage Digest algorithm from within Perl programs. The algorithm takes as\ninput a message of arbitrary length and produces as output a 128-bit\n\"fingerprint\" or \"message digest\" of the input.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Digest-MD5@2.58-2.oe2409?arch=aarch64&epoch=0&upstream=perl-Digest-MD5-2.58-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Digest-MD5",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Perl interface to the MD5 algorithm",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.58-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Digest-SHA-6.04-1a54616f-f8d6-4f00-89c4-628432027a74-5f566534-1ed9-47b3-b42a-7eee1b7d341b",
			"name":"perl-Digest-SHA",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"7df77977b3d6e3b918f763bbda24ebb52fbea8a4e5fb9249e0e8a84ac954ce5d"
				}
			],
			"description":"Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It\ngives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256,\nSHA-384, SHA-512, SHA-512/224, and SHA-512/256 message digests. The module can\nhandle all types of input, including partial-byte data.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Digest-SHA@6.04-1.oe2409?arch=aarch64&epoch=1&upstream=perl-Digest-SHA-6.04-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Digest-SHA",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Perl extension for SHA-1/224/256/384/512",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:6.04-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Exporter-5.77-d803843f-f243-40ee-be4f-bc9d7d367726-225c2f52-7c69-4ab8-aa01-7f4ff67e0ce3",
			"name":"perl-Exporter",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"ba7dc3337d0b20c37931089d741716b05e8f6dfbabfed0d85c5f2be371a8a6d5"
				}
			],
			"description":"The Exporter module implements an import method which allows a module to\nexport functions and variables to its users' name spaces. Many modules use\nExporter rather than implementing their own import method because Exporter\nprovides a highly flexible interface, with an implementation optimized for\nthe common case.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Exporter@5.77-1.oe2409?arch=noarch&epoch=0&upstream=perl-Exporter-5.77-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Exporter",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Implements default import method for modules",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:5.77-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-ExtUtils-CBuilder-0.280236-88e25188-8057-47ed-80cd-798bc9a28344-c8b52361-4582-4950-8d81-9a544b8ded5e",
			"name":"perl-ExtUtils-CBuilder",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"504e032038c9202be4a5e821ed38a723f53203eaf495e50ff57b8355dc909785"
				}
			],
			"description":"This module can build the C portions of Perl modules by invoking the\nappropriate compilers and linkers in a cross-platform manner. It was\nmotivated by the 'Module::Build' project, but may be useful for other\npurposes as well. However, it is _not_ intended as a general cross-platform\ninterface to all your C building needs. That would have been a much more\nambitious goal!",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-ExtUtils-CBuilder@0.280236-1.oe2409?arch=noarch&epoch=1&upstream=perl-ExtUtils-CBuilder-0.280236-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/ExtUtils-CBuilder",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Build the C portions of Perl modules",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:0.280236-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-ExtUtils-MakeMaker-7.71-01-f4a043c2-33c6-4a35-900d-bf64192f3ac8-c1cdded9-6e3a-4127-94a0-cdb9f54de136",
			"name":"perl-ExtUtils-MakeMaker",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"2429bb4cb53dc8c5366af20cf6e541682d015916cd4c26aa5fda25847254993d"
				}
			],
			"description":"This utility is designed to write a Makefile for an extension module from a Makefile.PL.\nIt is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.\n\nIt splits the task of generating the Makefile into several subroutines that can be individually overridden.\nEach subroutine returns the text it wishes to have written to the Makefile.\n\nAs there are various Make programs with incompatible syntax, which use operating system shells, again with incompatible syntax,\nit is important for users of this module to know which flavour of Make a Makefile has been written for so they'll use the correct one\nand won't have to face the possibly bewildering errors resulting from using the wrong one.\n\nOn POSIX systems, that program will likely be GNU Make; on Microsoft Windows, it will be either Microsoft NMake, DMake or GNU Make.\nSee the section on the \"MAKE\" parameter for details.\n\nExtUtils::MakeMaker (EUMM) is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object.\nThis makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile().\n\nAll inputs to WriteMakefile are Unicode characters, not just octets. EUMM seeks to handle all of these correctly.\nIt is currently still not possible to portably use Unicode characters in module names, because this requires Perl to handle Unicode filenames,\nwhich is not yet the case on Windows.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-ExtUtils-MakeMaker@7.71_01-1.oe2409?arch=noarch&epoch=1&upstream=perl-ExtUtils-MakeMaker-7.71_01-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/ExtUtils-MakeMaker",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Create Makefile",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:7.71_01-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-ExtUtils-Manifest-1.75-f0d2afd4-2e35-497c-b263-98edd85f7ba1-1483e68f-d8e9-4324-b47c-f0d094767cc5",
			"name":"perl-ExtUtils-Manifest",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"7c4a016553e2e514a9d20480c9cf49007130d7b9ec3b59e73149fd792ba5e618"
				}
			],
			"description":"Utilities to write and check a MANIFEST file.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-ExtUtils-Manifest@1.75-1.oe2409?arch=noarch&epoch=1&upstream=perl-ExtUtils-Manifest-1.75-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/ExtUtils-Manifest",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Utilities to write and check a MANIFEST file",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:1.75-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-File-HomeDir-1.006-83356217-0b45-4b92-879c-7b5ee49001ab-4df047e4-f5ec-4660-84dc-371e8880d41f",
			"name":"perl-File-HomeDir",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"adf67a78f7a7635feb2dc9d9e4236ee37d1be5d11e912fac1163545c85488bf5"
				}
			],
			"description":"File::HomeDir is a module for locating the directories that are \"owned\"\nby a user (typically your user) and to solve the various issues that\narise trying to find them consistently across a wide variety of\nplatforms.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-File-HomeDir@1.006-3.oe2409?arch=noarch&epoch=0&upstream=perl-File-HomeDir-1.006-3.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/File-HomeDir",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A tool to find your home and other directories on any platform",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.006-3.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-File-Path-2.18-ccb0451a-6141-4311-b643-6178d50deb7f-a77d248b-ddf9-4554-aae8-6f3cda8777ba",
			"name":"perl-File-Path",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"c871d9773e469dc912d91802441e3338a4a7b5a41ab7c2a3aa0e1368ab2235eb"
				}
			],
			"description":"This module provides a convenient way to create directories\nof arbitrary depth and to delete an entire directory subtree\nfrom the filesystem.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-File-Path@2.18-2.oe2409?arch=noarch&epoch=0&upstream=perl-File-Path-2.18-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/pod/File::Path",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Create or remove directory trees",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.18-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-File-Temp-0.2311-02ffb909-c5b3-46ed-a812-57d56710f881-5effe283-1ca2-4522-9be5-5519190c9c1a",
			"name":"perl-File-Temp",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"bc12b09af6c50572fabe78649d6c539cc0209d4617c616425c8f9078b91f7582"
				}
			],
			"description":"File::Temp can be used to create and open temporary files in a safe way.\nThere is both a function interface and an object-oriented interface. The\nFile::Temp constructor or the tempfile() function can be used to return the\nname and the open file handle of a temporary file. The tempdir() function\ncan be used to create a temporary directory.\n\nThe security aspect of temporary file creation is emphasized such that a\nfilehandle and filename are returned together.\nThis helps guarantee that a race condition can not occur where the temporary\nfile is created by another process between checking for the existence of the\nfile and its opening. Additional security levels are provided to check,\nfor example, that the sticky bit is set on world writable directories.\nSee \"safe_level\" for more information.\n\nFor compatibility with popular C library functions, Perl implementations of\nthe mkstemp() family of functions are provided. These are, mkstemp(),\nmkstemps(), mkdtemp() and mktemp().\n\nAdditionally, implementations of the standard POSIX tmpnam() and tmpfile()\nfunctions are provided if required.\n\nImplementations of mktemp(), tmpnam(), and tempnam() are provided, but should\nbe used with caution since they return only a filename that was valid when\nfunction was called, so cannot guarantee that the file will not exist by the\ntime the caller opens the filename.\n\nFilehandles returned by these functions support the seekable methods.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-File-Temp@0.2311-3.oe2409?arch=noarch&epoch=1&upstream=perl-File-Temp-0.2311-3.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/File-Temp",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Return name and handle of a temporary file safely",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:0.2311-3.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-HTTP-Tiny-0.088-aa058145-e471-418c-b5dc-2ed49d28986a-bfefe087-52ee-44c4-93ca-0b079f6b675d",
			"name":"perl-HTTP-Tiny",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"f3aea549902bce9659bbe23d98c9199d2d5a5b9bede1450027a6121d45790483"
				}
			],
			"description":"This is a very simple HTTP/1.1 client, designed for doing simple requests\nwithout the overhead of a large framework like LWP::UserAgent.\n\nIt is more correct and more complete than HTTP::Lite. It supports proxies and\nredirection. It also correctly resumes after EINTR.\n\nIf IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it instead\nof IO::Socket::INET for transparent support for both IPv4 and IPv6.\n\nCookie support requires HTTP::CookieJar or an equivalent class.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-HTTP-Tiny@0.088-1.oe2409?arch=noarch&epoch=0&upstream=perl-HTTP-Tiny-0.088-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/HTTP-Tiny",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A small, simple, correct HTTP/1.1 client",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.088-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-IO-Compress-2.206-28a3df6c-6c89-4c36-aa2a-e0a1c708ca77-c0468e64-4942-49bd-aeca-22a05e6eabae",
			"name":"perl-IO-Compress",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"9542c485fdd74071be8e2944c5f774acf0403eaeeb96af58616a8b32ba260076"
				}
			],
			"description":"This distribution provides a Perl interface to allow reading and writing of\ncompressed data created with the zlib and bzip2 libraries.\n\nIO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951,\nRFC 1952 (i.e. gzip) and zip files/buffers.\n\nThe following modules used to be distributed separately, but are now\nincluded with the IO-Compress distribution:\n    Compress-Zlib\n    IO-Compress-Zlib\n    IO-Compress-Bzip2\n    IO-Compress-Base",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-IO-Compress@2.206-1.oe2409?arch=noarch&epoch=0&upstream=perl-IO-Compress-2.206-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/IO-Compress",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Read and write compressed data",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.206-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Module-Build-0.42.34-40b942f5-a945-4983-93e2-e1edcc15f6a3-2b37eceb-6846-4d73-a79d-21b2a8358dee",
			"name":"perl-Module-Build",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"4a67c0b762408aba127fd3af7e9084b32df91bb4e0608b96a72875a475437401"
				}
			],
			"description":"Module::Build is a system for building, testing, and installing Perl modules.\nIt is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter\nthe behavior of the module through subclassing. It also does not require a make\non your system - most of the Module::Build code is pure-perl and written in a\nvery cross-platform way.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Module-Build@0.42.34-1.oe2409?arch=noarch&epoch=2&upstream=perl-Module-Build-0.42.34-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Module-Build",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Build and install Perl modules",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"2:0.42.34-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-PathTools-3.89-cc522244-5a11-4d7c-aa3d-ae4923e4d525-82bd313c-a669-4def-baf9-7592a2acbd40",
			"name":"perl-PathTools",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"87846dab0cb6f2aaf26113fff0ebcf650b1e30c122ad5a19b9c9b5fc41be50ab"
				}
			],
			"description":"Tools for working with directory and file names.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-PathTools@3.89-1.oe2409?arch=aarch64&epoch=0&upstream=perl-PathTools-3.89-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/PathTools",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"PathTools Perl Module (Cwd, File::Spec)",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.89-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Text-Glob-0.11-7dd375be-a252-401d-a41e-51a92bbaaf73-71b5f9d7-307f-4cd0-bd20-b2fd0fd981c6",
			"name":"perl-Text-Glob",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"106eeab3769b79bd4db9b371b07ed77cc05610a48ee8b73fd9104d5f174a3258"
				}
			],
			"description":"Text::Glob implements glob(3) style matching that\ncan be used to match against text, rather than fetching\nnames from a filesystem. If you want to do full file\nglobbing use the File::Glob module instead.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Text-Glob@0.11-7.oe2409?arch=noarch&epoch=0&upstream=perl-Text-Glob-0.11-7.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Text-Glob",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Match globbing patterns against text",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.11-7.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Text-ParseWords-3.30-f8b283b1-4450-4d20-a638-3c4f94599937-7ab7f4e2-6640-4ed1-8988-7e56c28d0cc3",
			"name":"perl-Text-ParseWords",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"1a6fe3b581b3af139f08664f94dc332e9e42852bd77bd27a7eb67bf028010efc"
				}
			],
			"description":"The &nested_quotewords() and &quotewords() functions accept a delimiter (which\ncan be a regular expression) and a list of lines and then breaks those lines up\ninto a list of words ignoring delimiters that appear inside quotes. &quotewords()\nreturns all of the tokens in a single long list, while &nested_quotewords()\nreturns a list of token lists corresponding to the elements of @lines.\n&parse_line() does tokenizing on a single string. The &*quotewords() functions\nsimply call &parse_line(), so if you're only splitting one line you can call\n&parse_line() directly and save a function call.\n\nThe $keep argument is a boolean flag. If true, then the tokens are split on the\nspecified delimiter, but all other characters (including quotes and backslashes)\nare kept in the tokens. If $keep is false then the &*quotewords() functions\nremove all quotes and backslashes that are not themselves backslash-escaped or\ninside of single quotes (i.e., &quotewords() tries to interpret these characters\njust like the Bourne shell). NB: these semantics are significantly different\nfrom the original version of this module shipped with Perl 5.000 through 5.004.\nAs an additional feature, $keep may be the keyword \"delimiters\" which causes the\nfunctions to preserve the delimiters in each string as tokens in the token lists,\nin addition to preserving quote and backslash characters.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Text-ParseWords@3.30-420.oe2409?arch=noarch&epoch=0&upstream=perl-Text-ParseWords-3.30-420.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Text-ParseWords",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Parse text into an array of tokens or array of arrays",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.30-420.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Text-Tabs-Wrap-2023.0511-b1fb6daf-6021-4928-999b-c9f50e5a54e8-16455bbc-8f0b-458b-8f99-0ddddb8b8140",
			"name":"perl-Text-Tabs+Wrap",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"9c678d2ffd79fb8347c4d66e5475ca4f4f579c33dd82e236faba4c214f4f0d4a"
				}
			],
			"description":"Text::Tabs does most of what the unix utilities expand(1) and unexpand(1) do. Given\na line with tabs in it, expand replaces those tabs with the appropriate number of\nspaces. Given a line with or without tabs in it, unexpand adds tabs when it can save\nbytes by doing so, like the unexpand -a command.\n\nUnlike the old unix utilities, this module correctly accounts for any Unicode combining\ncharacters (such as diacriticals) that may occur in each line for both expansion and\nunexpansion. These are overstrike characters that do not increment the logical position.\nMake sure you have the appropriate Unicode settings enabled.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Text-Tabs+Wrap@2023.0511-1.oe2409?arch=noarch&epoch=0&upstream=perl-Text-Tabs+Wrap-2023.0511-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Text-Tabs%2BWrap",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Expand tabs and do simple line wrapping",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2023.0511-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Time-Local-1.350-5c979383-9043-4427-8124-15af6d56bd32-311d72e6-53da-482f-a9e6-82ab1253ade5",
			"name":"perl-Time-Local",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"72c05e35c33ebd7b4a639d3a58ef34cff34e57748003288b653b7ff5e501016f"
				}
			],
			"description":"This module provides functions that are the inverse of built-in perl functions localtime()\nand gmtime(). They accept a date as a six-element array, and return the corresponding time(2)\nvalue in seconds since the system epoch (Midnight, January 1, 1970 GMT on Unix, for example).",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Time-Local@1.350-1.oe2409?arch=noarch&epoch=2&upstream=perl-Time-Local-1.350-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Time-Local",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Efficiently compute time from local and GMT time",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"2:1.350-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-URI-5.28-3e3cef09-d6a3-455b-8908-8f6a27d9359a-bbde313c-4d77-42bc-9b6c-af13f1f9c3b6",
			"name":"perl-URI",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"a1ddfa0f82a8fa9e003dd5cb37a40ac21ed1a68154e2c0a538ea131954d75946"
				}
			],
			"description":"This module implements the URI class. Objects of this class\nrepresent \"Uniform Resource Identifier references\" as specified\nin RFC 2396 (and updated by RFC 2732).",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-URI@5.28-1.oe2409?arch=noarch&epoch=0&upstream=perl-URI-5.28-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/URI",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The Perl URI module implementation",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:5.28-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-constant-1.33-e2cc0cf2-484f-4a09-993f-8785b84e36b0-1a62242d-35e0-40b2-8918-144224fae74b",
			"name":"perl-constant",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"e0d2c06f6fcf164ddf6d32c7709fe92f37b9ab309abefc33fed273516c0f5cd1"
				}
			],
			"description":"This pragma allows you to declare constants at compile-time.\nWhen a constant is used in an expression, Perl replaces it with its\nvalue at compile time, and may then optimize the expression further.\nIn particular, any code in an \"if (CONSTANT)\" block will be optimized\naway if the constant is false.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-constant@1.33-422.oe2409?arch=noarch&epoch=0&upstream=perl-constant-1.33-422.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/constant",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Perl pragma to declare constants",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.33-422.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-libnet-3.15-6f4768bd-a011-4ca7-b290-407fb4ad2b10-5e85fc2b-60cf-451d-9691-8cd89ba3ff15",
			"name":"perl-libnet",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"0f9a90653a9fc06f24fe26ff2d4077b6064b6873916b4443c8a893708d994e44"
				}
			],
			"description":"libnet is a collection of Perl modules which provides a simple\nand consistent programming interface (API) to the client side\nof various protocols used in the internet community.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-libnet@3.15-1.oe2409?arch=noarch&epoch=0&upstream=perl-libnet-3.15-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/libnet",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Perl clients for various network protocols",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.15-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-libs-5.38.0-7fdc2fc9-5bac-4a1d-a41c-6c102fdcce47-ffa4e1fa-fe59-40c0-bdb3-a325769c7fb6",
			"name":"perl-libs",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"767b285aad322c1f004fa698cf646f37bf052c9caaafecbbdf567655466b12f2"
				}
			],
			"description":"This package is the shared library for perl.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-libs@5.38.0-8.oe2409?arch=aarch64&epoch=4&upstream=perl-5.38.0-8.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.perl.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The libraries for the perl",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"4:5.38.0-8.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-make-4.4.1-8eb14251-90cf-48c8-bb2c-c1a06f6c0dab-02b11bac-ee92-4721-97fe-0e752ae3d878"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-5.38.0-3373dd29-00bf-4751-bc96-5b01fbd1f07c-d51fad82-8968-4793-9de1-c2ba91d10415"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Archive-Tar-3.02-b35f6aea-eb76-409b-a84d-eec147833140-132c3a4b-12e1-486f-9631-f00e1d1240e5"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Archive-Zip-1.68-8540f4e7-79b5-4d62-abb0-2900aa43582e-91f2b178-33e7-4e18-9624-884b3a25a137"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-CPAN-Meta-2.150010-614e831f-2274-49b1-814e-64bf821ecf42-0d266068-c42d-4317-8a61-5cd5033873f6"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-CPAN-Meta-Requirements-2.143-4ad499ef-5e64-47fd-a9f6-5d4d41105f52-c6058847-43b6-4a14-a865-be9b86bf7479"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Carp-1.50-26fa9174-9324-4e80-b10e-6a723f948447-11ea0944-f309-4859-ab91-2acccf43e3da"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Compress-Bzip2-2.28-9ce4e3e4-2907-4b2b-8d16-558251b8c624-104621ef-5292-48b8-a85a-82ece86180a1"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Data-Dumper-2.183-22e248c8-939b-4525-85a2-84e3cbb82e8f-f2d1c706-2ebb-425c-8536-0d4daec98075"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Devel-Size-0.83-89a53161-1021-4e6f-89c7-9db2852d91fd-1ebfc8a7-bc5c-4c1f-a471-5f730c67ab40"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Digest-MD5-2.58-eeb5e6fe-bed4-4e3b-8518-cc6967bdb46f-2e141719-5f3c-4b56-82e5-f668e01bb555"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Digest-SHA-6.04-1a54616f-f8d6-4f00-89c4-628432027a74-5f566534-1ed9-47b3-b42a-7eee1b7d341b"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Exporter-5.77-d803843f-f243-40ee-be4f-bc9d7d367726-225c2f52-7c69-4ab8-aa01-7f4ff67e0ce3"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-ExtUtils-CBuilder-0.280236-88e25188-8057-47ed-80cd-798bc9a28344-c8b52361-4582-4950-8d81-9a544b8ded5e"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-ExtUtils-MakeMaker-7.71-01-f4a043c2-33c6-4a35-900d-bf64192f3ac8-c1cdded9-6e3a-4127-94a0-cdb9f54de136"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-ExtUtils-Manifest-1.75-f0d2afd4-2e35-497c-b263-98edd85f7ba1-1483e68f-d8e9-4324-b47c-f0d094767cc5"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-File-HomeDir-1.006-83356217-0b45-4b92-879c-7b5ee49001ab-4df047e4-f5ec-4660-84dc-371e8880d41f"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-File-Path-2.18-ccb0451a-6141-4311-b643-6178d50deb7f-a77d248b-ddf9-4554-aae8-6f3cda8777ba"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-File-Temp-0.2311-02ffb909-c5b3-46ed-a812-57d56710f881-5effe283-1ca2-4522-9be5-5519190c9c1a"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-HTTP-Tiny-0.088-aa058145-e471-418c-b5dc-2ed49d28986a-bfefe087-52ee-44c4-93ca-0b079f6b675d"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-IO-Compress-2.206-28a3df6c-6c89-4c36-aa2a-e0a1c708ca77-c0468e64-4942-49bd-aeca-22a05e6eabae"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Module-Build-0.42.34-40b942f5-a945-4983-93e2-e1edcc15f6a3-2b37eceb-6846-4d73-a79d-21b2a8358dee"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-PathTools-3.89-cc522244-5a11-4d7c-aa3d-ae4923e4d525-82bd313c-a669-4def-baf9-7592a2acbd40"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Text-Glob-0.11-7dd375be-a252-401d-a41e-51a92bbaaf73-71b5f9d7-307f-4cd0-bd20-b2fd0fd981c6"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Text-ParseWords-3.30-f8b283b1-4450-4d20-a638-3c4f94599937-7ab7f4e2-6640-4ed1-8988-7e56c28d0cc3"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Text-Tabs-Wrap-2023.0511-b1fb6daf-6021-4928-999b-c9f50e5a54e8-16455bbc-8f0b-458b-8f99-0ddddb8b8140"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Time-Local-1.350-5c979383-9043-4427-8124-15af6d56bd32-311d72e6-53da-482f-a9e6-82ab1253ade5"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-URI-5.28-3e3cef09-d6a3-455b-8908-8f6a27d9359a-bbde313c-4d77-42bc-9b6c-af13f1f9c3b6"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-constant-1.33-e2cc0cf2-484f-4a09-993f-8785b84e36b0-1a62242d-35e0-40b2-8918-144224fae74b"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-libnet-3.15-6f4768bd-a011-4ca7-b290-407fb4ad2b10-5e85fc2b-60cf-451d-9691-8cd89ba3ff15"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-CPAN-2.36-7889ed76-b39c-43d7-94ab-7d13c4c69c2d-d0230469-99d6-4d57-bc94-18886a26ba49",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-libs-5.38.0-7fdc2fc9-5bac-4a1d-a41c-6c102fdcce47-ffa4e1fa-fe59-40c0-bdb3-a325769c7fb6"
		}
	]
}