Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-40909 (GCVE-0-2025-40909)
Vulnerability from cvelistv5 – Published: 2025-05-30 12:20 – Updated: 2026-04-18 14:15| URL | Tags |
|---|---|
| https://github.com/Perl/perl5/commit/918bfff86ca8… | patch |
| https://www.openwall.com/lists/oss-security/2025/… | mailing-listexploit |
| https://github.com/Perl/perl5/issues/23010 | issue-tracking |
| https://bugs.debian.org/cgi-bin/bugreport.cgi?bug… | related |
| https://github.com/Perl/perl5/issues/10387 | related |
| https://perldoc.perl.org/5.14.0/perl5136delta#Dir… | related |
| https://github.com/Perl/perl5/commit/11a11ecf4bea… | related |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-04-18T14:15:40.356Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/05/23/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/05/30/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/2"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/5"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/6"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/7"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/1"
},
{
"url": "http://seclists.org/fulldisclosure/2025/Sep/55"
},
{
"url": "http://seclists.org/fulldisclosure/2025/Sep/54"
},
{
"url": "http://seclists.org/fulldisclosure/2025/Sep/53"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-40909",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-30T14:05:00.839656Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-30T14:09:50.842Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "perl",
"product": "perl",
"programRoutines": [
{
"name": "threads"
}
],
"repo": "https://github.com/perl/perl5",
"vendor": "perl",
"versions": [
{
"lessThan": "5.41.13",
"status": "affected",
"version": "5.13.6",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Vincent Lefevre"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Perl threads have a working directory race condition where file operations may target unintended paths.\u003cbr\u003e\u003cbr\u003eIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u0026nbsp;that handle for the new thread, which is visible from any third (or\u0026nbsp;more) thread already running. \u003cbr\u003e\u003cbr\u003eThis may lead to unintended operations\u0026nbsp;such as loading code or accessing files from unexpected locations,\u0026nbsp;which a local attacker may be able to exploit.\u003cbr\u003e\u003cbr\u003eThe bug was introduced in commit\u0026nbsp;11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6"
}
],
"value": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-689",
"description": "CWE-689 Permission Race Condition During Resource Copy",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-426",
"description": "CWE-426 Untrusted Search Path",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-09-05T13:24:00.827Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"tags": [
"mailing-list",
"exploit"
],
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"tags": [
"related"
],
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"tags": [
"related"
],
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"tags": [
"related"
],
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"tags": [
"related"
],
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Update perl to an unaffected version, or apply the patch provided in the references section."
}
],
"value": "Update perl to an unaffected version, or apply the patch provided in the references section."
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Perl threads have a working directory race condition where file operations may target unintended paths",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2025-40909",
"datePublished": "2025-05-30T12:20:11.237Z",
"dateReserved": "2025-04-16T09:05:34.360Z",
"dateUpdated": "2026-04-18T14:15:40.356Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-40909",
"date": "2026-06-01",
"epss": "0.00031",
"percentile": "0.09526"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-40909\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2025-05-30T13:15:22.350\",\"lastModified\":\"2026-04-18T15:16:18.460\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Perl threads have a working directory race condition where file operations may target unintended paths.\\n\\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \\n\\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\\n\\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\"},{\"lang\":\"es\",\"value\":\"Los subprocesos de Perl tienen una condici\u00f3n de ejecuci\u00f3n en el directorio de trabajo donde las operaciones con archivos pueden dirigirse a rutas no deseadas. Si un identificador de directorio est\u00e1 abierto al crear el subproceso, el directorio de trabajo actual de todo el proceso se modifica temporalmente para clonar dicho identificador para el nuevo subproceso, visible desde cualquier tercer subproceso (o m\u00e1s) en ejecuci\u00f3n. Esto puede provocar operaciones no deseadas, como la carga de c\u00f3digo o el acceso a archivos desde ubicaciones inesperadas, que un atacante local podr\u00eda explotar. El error se introdujo en el commit 11a11ecf4bea72b17d250cfb43c897be1341861e y se public\u00f3 en la versi\u00f3n 5.13.6 de Perl.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.5,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-426\"},{\"lang\":\"en\",\"value\":\"CWE-689\"}]}],\"references\":[{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/issues/10387\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/issues/23010\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://www.openwall.com/lists/oss-security/2025/05/22/2\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"http://seclists.org/fulldisclosure/2025/Sep/53\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://seclists.org/fulldisclosure/2025/Sep/54\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://seclists.org/fulldisclosure/2025/Sep/55\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/05/23/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/05/30/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/03/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/05/23/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/05/30/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/2\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/5\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/6\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/7\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/03/1\"}, {\"url\": \"http://seclists.org/fulldisclosure/2025/Sep/55\"}, {\"url\": \"http://seclists.org/fulldisclosure/2025/Sep/54\"}, {\"url\": \"http://seclists.org/fulldisclosure/2025/Sep/53\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-18T14:15:40.356Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-40909\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-30T14:05:00.839656Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-30T14:09:40.567Z\"}}], \"cna\": {\"title\": \"Perl threads have a working directory race condition where file operations may target unintended paths\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Vincent Lefevre\"}], \"affected\": [{\"repo\": \"https://github.com/perl/perl5\", \"vendor\": \"perl\", \"product\": \"perl\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.13.6\", \"lessThan\": \"5.41.13\", \"versionType\": \"custom\"}], \"packageName\": \"perl\", \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"threads\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Update perl to an unaffected version, or apply the patch provided in the references section.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Update perl to an unaffected version, or apply the patch provided in the references section.\", \"base64\": false}]}], \"references\": [{\"url\": \"https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.openwall.com/lists/oss-security/2025/05/22/2\", \"tags\": [\"mailing-list\", \"exploit\"]}, {\"url\": \"https://github.com/Perl/perl5/issues/23010\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/Perl/perl5/issues/10387\", \"tags\": [\"related\"]}, {\"url\": \"https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Perl threads have a working directory race condition where file operations may target unintended paths.\\n\\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\\u00a0that handle for the new thread, which is visible from any third (or\\u00a0more) thread already running. \\n\\nThis may lead to unintended operations\\u00a0such as loading code or accessing files from unexpected locations,\\u00a0which a local attacker may be able to exploit.\\n\\nThe bug was introduced in commit\\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Perl threads have a working directory race condition where file operations may target unintended paths.\u003cbr\u003e\u003cbr\u003eIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u0026nbsp;that handle for the new thread, which is visible from any third (or\u0026nbsp;more) thread already running. \u003cbr\u003e\u003cbr\u003eThis may lead to unintended operations\u0026nbsp;such as loading code or accessing files from unexpected locations,\u0026nbsp;which a local attacker may be able to exploit.\u003cbr\u003e\u003cbr\u003eThe bug was introduced in commit\u0026nbsp;11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-689\", \"description\": \"CWE-689 Permission Race Condition During Resource Copy\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-426\", \"description\": \"CWE-426 Untrusted Search Path\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2025-09-05T13:24:00.827Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-40909\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-18T14:15:40.356Z\", \"dateReserved\": \"2025-04-16T09:05:34.360Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2025-05-30T12:20:11.237Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:11545
Vulnerability from csaf_redhat - Published: 2025-07-22 18:22 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11545",
"url": "https://access.redhat.com/errata/RHSA-2025:11545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11545.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:55+00:00",
"generator": {
"date": "2026-04-14T19:33:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:11545",
"initial_release_date": "2025-07-22T18:22:26+00:00",
"revision_history": [
{
"date": "2025-07-22T18:22:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-22T18:22:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.src",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.src",
"product_id": "perl-4:5.32.1-481.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.aarch64",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.aarch64",
"product_id": "perl-B-0:1.80-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"product_id": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"product_id": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"product_id": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"product_id": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"product_id": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.x86_64",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.x86_64",
"product_id": "perl-B-0:1.80-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"product_id": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"product_id": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.s390x",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.s390x",
"product_id": "perl-B-0:1.80-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.s390x",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.s390x",
"product_id": "perl-IO-0:1.43-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.s390x",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.s390x",
"product_id": "perl-lib-0:0.65-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-mro-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"product_id": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"product_id": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"product_id": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"product": {
"name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"product_id": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.23-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"product": {
"name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"product_id": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"product_id": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"product_id": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"product_id": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"product_id": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-481.el9_4.1.noarch",
"product": {
"name": "perl-English-0:1.11-481.el9_4.1.noarch",
"product_id": "perl-English-0:1.11-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"product_id": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.85-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"product_id": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"product_id": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.34-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"product_id": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.37-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"product": {
"name": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"product_id": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"product": {
"name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"product_id": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"product": {
"name": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"product_id": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.51-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"product_id": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"product_id": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"product_id": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-481.el9_4.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"product": {
"name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"product_id": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"product_id": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-481.el9_4.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"product": {
"name": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"product_id": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.67-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-Net-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-Net-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"product_id": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"product": {
"name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"product_id": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"product": {
"name": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"product_id": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.41-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"product_id": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"product": {
"name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"product_id": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"product": {
"name": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"product_id": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.08-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"product_id": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-481.el9_4.1.noarch",
"product": {
"name": "perl-Test-0:1.31-481.el9_4.1.noarch",
"product_id": "perl-Test-0:1.31-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"product": {
"name": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"product_id": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"product": {
"name": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"product_id": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"product": {
"name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"product_id": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.06-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-Time-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-Time-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"product_id": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"product": {
"name": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"product_id": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-481.el9_4.1.noarch",
"product": {
"name": "perl-base-0:2.27-481.el9_4.1.noarch",
"product_id": "perl-base-0:2.27-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-481.el9_4.1.noarch",
"product": {
"name": "perl-blib-0:1.07-481.el9_4.1.noarch",
"product_id": "perl-blib-0:1.07-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"product": {
"name": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"product_id": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.56-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"product": {
"name": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"product_id": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"product": {
"name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"product_id": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.37-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.32.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"product_id": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-481.el9_4.1.noarch",
"product": {
"name": "perl-fields-0:2.27-481.el9_4.1.noarch",
"product_id": "perl-fields-0:2.27-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"product": {
"name": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"product_id": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.60.800-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-481.el9_4.1.noarch",
"product": {
"name": "perl-less-0:0.03-481.el9_4.1.noarch",
"product_id": "perl-less-0:0.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-481.el9_4.1?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-locale-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-locale-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.32.1-481.el9_4.1?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.12-481.el9_4.1.noarch",
"product": {
"name": "perl-open-0:1.12-481.el9_4.1.noarch",
"product_id": "perl-open-0:1.12-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.12-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.31-481.el9_4.1.noarch",
"product": {
"name": "perl-overload-0:1.31-481.el9_4.1.noarch",
"product_id": "perl-overload-0:1.31-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.31-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"product": {
"name": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"product_id": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.04-481.el9_4.1.noarch",
"product": {
"name": "perl-sort-0:2.04-481.el9_4.1.noarch",
"product_id": "perl-sort-0:2.04-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.04-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-subs-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-subs-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.32.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-481.el9_4.1.noarch",
"product": {
"name": "perl-vars-0:1.05-481.el9_4.1.noarch",
"product_id": "perl-vars-0:1.05-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"product": {
"name": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"product_id": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-481.el9_4.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch"
},
"product_reference": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch"
},
"product_reference": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch"
},
"product_reference": "perl-English-0:1.11-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.37-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch"
},
"product_reference": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch"
},
"product_reference": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.51-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch"
},
"product_reference": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.67-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch"
},
"product_reference": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-Net-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch"
},
"product_reference": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.41-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch"
},
"product_reference": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch"
},
"product_reference": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.08-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch"
},
"product_reference": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch"
},
"product_reference": "perl-Test-0:1.31-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch"
},
"product_reference": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch"
},
"product_reference": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch"
},
"product_reference": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-Time-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch"
},
"product_reference": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch"
},
"product_reference": "perl-base-0:2.27-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch"
},
"product_reference": "perl-blib-0:1.07-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.56-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch"
},
"product_reference": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch"
},
"product_reference": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch"
},
"product_reference": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch"
},
"product_reference": "perl-fields-0:2.27-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.60.800-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch"
},
"product_reference": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch"
},
"product_reference": "perl-less-0:0.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-locale-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.12-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch"
},
"product_reference": "perl-open-0:1.12-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.31-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch"
},
"product_reference": "perl-overload-0:1.31-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch"
},
"product_reference": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch"
},
"product_reference": "perl-sort-0:2.04-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-subs-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch"
},
"product_reference": "perl-vars-0:1.05-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
},
"product_reference": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-22T18:22:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11545"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:11804
Vulnerability from csaf_redhat - Published: 2025-07-28 02:32 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11804",
"url": "https://access.redhat.com/errata/RHSA-2025:11804"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11804.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:54+00:00",
"generator": {
"date": "2026-04-14T19:33:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:11804",
"initial_release_date": "2025-07-28T02:32:35+00:00",
"revision_history": [
{
"date": "2025-07-28T02:32:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-28T02:32:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.src",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.src",
"product_id": "perl-4:5.32.1-481.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.aarch64",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.aarch64",
"product_id": "perl-B-0:1.80-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"product_id": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"product_id": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"product_id": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"product_id": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"product_id": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.x86_64",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.x86_64",
"product_id": "perl-B-0:1.80-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"product_id": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"product_id": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.s390x",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.s390x",
"product_id": "perl-B-0:1.80-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.s390x",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.s390x",
"product_id": "perl-IO-0:1.43-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.s390x",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.s390x",
"product_id": "perl-lib-0:0.65-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-mro-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"product_id": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"product_id": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"product_id": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"product": {
"name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"product_id": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.23-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"product": {
"name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"product_id": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"product_id": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"product_id": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"product_id": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"product_id": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-481.1.el9_6.noarch",
"product": {
"name": "perl-English-0:1.11-481.1.el9_6.noarch",
"product_id": "perl-English-0:1.11-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"product_id": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.85-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"product_id": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"product_id": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.34-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"product_id": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.37-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"product": {
"name": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"product_id": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"product": {
"name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"product_id": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"product": {
"name": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"product_id": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.51-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"product_id": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"product_id": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"product_id": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-481.1.el9_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"product": {
"name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"product_id": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"product_id": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-481.1.el9_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"product": {
"name": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"product_id": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.67-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-Net-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-Net-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"product_id": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"product": {
"name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"product_id": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"product": {
"name": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"product_id": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.41-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"product_id": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"product": {
"name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"product_id": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"product": {
"name": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"product_id": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.08-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"product_id": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-481.1.el9_6.noarch",
"product": {
"name": "perl-Test-0:1.31-481.1.el9_6.noarch",
"product_id": "perl-Test-0:1.31-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"product": {
"name": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"product_id": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"product": {
"name": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"product_id": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"product": {
"name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"product_id": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.06-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-Time-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-Time-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"product_id": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"product": {
"name": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"product_id": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-481.1.el9_6.noarch",
"product": {
"name": "perl-base-0:2.27-481.1.el9_6.noarch",
"product_id": "perl-base-0:2.27-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-481.1.el9_6.noarch",
"product": {
"name": "perl-blib-0:1.07-481.1.el9_6.noarch",
"product_id": "perl-blib-0:1.07-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"product": {
"name": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"product_id": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.56-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"product": {
"name": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"product_id": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"product": {
"name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"product_id": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.37-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.32.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"product_id": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-481.1.el9_6.noarch",
"product": {
"name": "perl-fields-0:2.27-481.1.el9_6.noarch",
"product_id": "perl-fields-0:2.27-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"product": {
"name": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"product_id": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.60.800-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-481.1.el9_6.noarch",
"product": {
"name": "perl-less-0:0.03-481.1.el9_6.noarch",
"product_id": "perl-less-0:0.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-481.1.el9_6?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-locale-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-locale-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.32.1-481.1.el9_6?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.12-481.1.el9_6.noarch",
"product": {
"name": "perl-open-0:1.12-481.1.el9_6.noarch",
"product_id": "perl-open-0:1.12-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.12-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.31-481.1.el9_6.noarch",
"product": {
"name": "perl-overload-0:1.31-481.1.el9_6.noarch",
"product_id": "perl-overload-0:1.31-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.31-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"product": {
"name": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"product_id": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.04-481.1.el9_6.noarch",
"product": {
"name": "perl-sort-0:2.04-481.1.el9_6.noarch",
"product_id": "perl-sort-0:2.04-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.04-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-subs-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-subs-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.32.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-481.1.el9_6.noarch",
"product": {
"name": "perl-vars-0:1.05-481.1.el9_6.noarch",
"product_id": "perl-vars-0:1.05-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"product": {
"name": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"product_id": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-481.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch"
},
"product_reference": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch"
},
"product_reference": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch"
},
"product_reference": "perl-English-0:1.11-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.37-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch"
},
"product_reference": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch"
},
"product_reference": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.51-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch"
},
"product_reference": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.67-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch"
},
"product_reference": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-Net-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch"
},
"product_reference": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.41-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch"
},
"product_reference": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch"
},
"product_reference": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.08-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch"
},
"product_reference": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch"
},
"product_reference": "perl-Test-0:1.31-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch"
},
"product_reference": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch"
},
"product_reference": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch"
},
"product_reference": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-Time-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch"
},
"product_reference": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch"
},
"product_reference": "perl-base-0:2.27-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch"
},
"product_reference": "perl-blib-0:1.07-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.56-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch"
},
"product_reference": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch"
},
"product_reference": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch"
},
"product_reference": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch"
},
"product_reference": "perl-fields-0:2.27-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.60.800-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch"
},
"product_reference": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch"
},
"product_reference": "perl-less-0:0.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-locale-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.12-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch"
},
"product_reference": "perl-open-0:1.12-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.31-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch"
},
"product_reference": "perl-overload-0:1.31-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch"
},
"product_reference": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch"
},
"product_reference": "perl-sort-0:2.04-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-subs-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch"
},
"product_reference": "perl-vars-0:1.05-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
},
"product_reference": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-28T02:32:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11804"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:11805
Vulnerability from csaf_redhat - Published: 2025-07-28 02:24 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11805",
"url": "https://access.redhat.com/errata/RHSA-2025:11805"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11805.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:52+00:00",
"generator": {
"date": "2026-04-14T19:33:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:11805",
"initial_release_date": "2025-07-28T02:24:30+00:00",
"revision_history": [
{
"date": "2025-07-28T02:24:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-28T02:24:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.aarch64",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.aarch64",
"product_id": "perl-Errno-0:1.28-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.aarch64",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.aarch64",
"product_id": "perl-IO-0:1.38-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"product_id": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.ppc64le",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.ppc64le",
"product_id": "perl-IO-0:1.38-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.x86_64",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.x86_64",
"product_id": "perl-Errno-0:1.28-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.x86_64",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.x86_64",
"product_id": "perl-IO-0:1.38-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.i686",
"product_id": "perl-devel-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.i686",
"product_id": "perl-libs-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-devel-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-tests-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.s390x",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.s390x",
"product_id": "perl-Errno-0:1.28-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.s390x",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.s390x",
"product_id": "perl-IO-0:1.38-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-libs-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-macros-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"product_id": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@0.99-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.34-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.06-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-423.el8_10?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-423.el8_10.noarch",
"product": {
"name": "perl-Memoize-0:1.03-423.el8_10.noarch",
"product_id": "perl-Memoize-0:1.03-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"product_id": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-423.el8_10?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"product": {
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"product_id": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net-Ping@2.55-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"product": {
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"product_id": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.22.02-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"product": {
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"product_id": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.23-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.30-423.el8_10.noarch",
"product": {
"name": "perl-Test-0:1.30-423.el8_10.noarch",
"product_id": "perl-Test-0:1.30-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.30-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"product": {
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"product_id": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.26.3-423.el8_10?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.11-423.el8_10.noarch",
"product": {
"name": "perl-open-0:1.11-423.el8_10.noarch",
"product_id": "perl-open-0:1.11-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.11-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.26.3-423.el8_10.noarch",
"product": {
"name": "perl-utils-0:5.26.3-423.el8_10.noarch",
"product_id": "perl-utils-0:5.26.3-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.26.3-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"product": {
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"product_id": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Zlib@1.10-423.el8_10?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"product": {
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"product_id": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-423.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.src",
"product": {
"name": "perl-4:5.26.3-423.el8_10.src",
"product_id": "perl-4:5.26.3-423.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src"
},
"product_reference": "perl-4:5.26.3-423.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch"
},
"product_reference": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch"
},
"product_reference": "perl-Memoize-0:1.03-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch"
},
"product_reference": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch"
},
"product_reference": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch"
},
"product_reference": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.30-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch"
},
"product_reference": "perl-Test-0:1.30-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.11-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch"
},
"product_reference": "perl-open-0:1.11-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-utils-0:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src"
},
"product_reference": "perl-4:5.26.3-423.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch"
},
"product_reference": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch"
},
"product_reference": "perl-Memoize-0:1.03-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch"
},
"product_reference": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch"
},
"product_reference": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch"
},
"product_reference": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.30-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch"
},
"product_reference": "perl-Test-0:1.30-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.11-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch"
},
"product_reference": "perl-open-0:1.11-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-utils-0:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-28T02:24:30+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11805"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:12056
Vulnerability from csaf_redhat - Published: 2025-07-29 08:53 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:12056",
"url": "https://access.redhat.com/errata/RHSA-2025:12056"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12056.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:55+00:00",
"generator": {
"date": "2026-04-14T19:33:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:12056",
"initial_release_date": "2025-07-29T08:53:04+00:00",
"revision_history": [
{
"date": "2025-07-29T08:53:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-29T08:53:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.src",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.src",
"product_id": "perl-4:5.40.2-512.2.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.aarch64",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.aarch64",
"product_id": "perl-B-0:1.89-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"product_id": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"product_id": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"product_id": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"product_id": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"product_id": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"product_id": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"product_id": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.x86_64",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.x86_64",
"product_id": "perl-B-0:1.89-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"product_id": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"product_id": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"product_id": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.s390x",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.s390x",
"product_id": "perl-B-0:1.89-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.s390x",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.s390x",
"product_id": "perl-IO-0:1.55-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.s390x",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.s390x",
"product_id": "perl-lib-0:0.65-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.s390x",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.s390x",
"product_id": "perl-mro-0:1.29-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"product_id": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"product_id": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"product_id": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"product": {
"name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"product_id": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.25-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"product": {
"name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"product_id": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.68-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"product_id": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"product_id": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"product_id": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"product_id": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-512.2.el10_0.noarch",
"product": {
"name": "perl-English-0:1.11-512.2.el10_0.noarch",
"product_id": "perl-English-0:1.11-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"product_id": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.86-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"product_id": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.800-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"product_id": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.41-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"product_id": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.44-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"product": {
"name": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"product_id": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"product": {
"name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"product_id": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"product": {
"name": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"product_id": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.54-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"product_id": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"product_id": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.45-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"product_id": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.22-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-512.2.el10_0?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"product": {
"name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"product_id": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.62-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"product": {
"name": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"product_id": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.16-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"product_id": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-512.2.el10_0?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"product": {
"name": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"product_id": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.69-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-Net-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-Net-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"product": {
"name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"product_id": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.35-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"product": {
"name": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"product_id": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.46-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"product_id": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"product_id": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"product": {
"name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"product_id": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"product": {
"name": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"product_id": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.09-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"product_id": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-512.2.el10_0.noarch",
"product": {
"name": "perl-Test-0:1.31-512.2.el10_0.noarch",
"product_id": "perl-Test-0:1.31-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"product": {
"name": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"product_id": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"product": {
"name": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"product_id": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"product": {
"name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"product_id": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.09-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-Time-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-Time-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"product_id": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.78-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"product": {
"name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"product_id": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"product": {
"name": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"product_id": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-512.2.el10_0.noarch",
"product": {
"name": "perl-base-0:2.27-512.2.el10_0.noarch",
"product_id": "perl-base-0:2.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-512.2.el10_0.noarch",
"product": {
"name": "perl-blib-0:1.07-512.2.el10_0.noarch",
"product_id": "perl-blib-0:1.07-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"product": {
"name": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"product_id": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.60-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"product": {
"name": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"product_id": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"product": {
"name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"product_id": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.40-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.40.2-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"product_id": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-512.2.el10_0.noarch",
"product": {
"name": "perl-fields-0:2.27-512.2.el10_0.noarch",
"product_id": "perl-fields-0:2.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"product": {
"name": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"product_id": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"product": {
"name": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"product_id": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.61.000-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-512.2.el10_0.noarch",
"product": {
"name": "perl-less-0:0.03-512.2.el10_0.noarch",
"product_id": "perl-less-0:0.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.40.2-512.2.el10_0?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.12-512.2.el10_0.noarch",
"product": {
"name": "perl-locale-0:1.12-512.2.el10_0.noarch",
"product_id": "perl-locale-0:1.12-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.12-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.40.2-512.2.el10_0?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.40.2-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.13-512.2.el10_0.noarch",
"product": {
"name": "perl-open-0:1.13-512.2.el10_0.noarch",
"product_id": "perl-open-0:1.13-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.13-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.37-512.2.el10_0.noarch",
"product": {
"name": "perl-overload-0:1.37-512.2.el10_0.noarch",
"product_id": "perl-overload-0:1.37-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.37-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"product": {
"name": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"product_id": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"product": {
"name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"product_id": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.10-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.05-512.2.el10_0.noarch",
"product": {
"name": "perl-sort-0:2.05-512.2.el10_0.noarch",
"product_id": "perl-sort-0:2.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-subs-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-subs-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.40.2-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-512.2.el10_0.noarch",
"product": {
"name": "perl-vars-0:1.05-512.2.el10_0.noarch",
"product_id": "perl-vars-0:1.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-512.2.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch"
},
"product_reference": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch"
},
"product_reference": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch"
},
"product_reference": "perl-English-0:1.11-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.44-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch"
},
"product_reference": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch"
},
"product_reference": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.54-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch"
},
"product_reference": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch"
},
"product_reference": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.16-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch"
},
"product_reference": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.69-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch"
},
"product_reference": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-Net-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch"
},
"product_reference": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.46-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch"
},
"product_reference": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch"
},
"product_reference": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.09-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch"
},
"product_reference": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch"
},
"product_reference": "perl-Test-0:1.31-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch"
},
"product_reference": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch"
},
"product_reference": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch"
},
"product_reference": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-Time-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch"
},
"product_reference": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch"
},
"product_reference": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch"
},
"product_reference": "perl-base-0:2.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch"
},
"product_reference": "perl-blib-0:1.07-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.60-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch"
},
"product_reference": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch"
},
"product_reference": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch"
},
"product_reference": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch"
},
"product_reference": "perl-fields-0:2.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch"
},
"product_reference": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.61.000-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch"
},
"product_reference": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch"
},
"product_reference": "perl-less-0:0.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.12-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch"
},
"product_reference": "perl-locale-0:1.12-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.13-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch"
},
"product_reference": "perl-open-0:1.13-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.37-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch"
},
"product_reference": "perl-overload-0:1.37-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch"
},
"product_reference": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch"
},
"product_reference": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch"
},
"product_reference": "perl-sort-0:2.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-subs-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch"
},
"product_reference": "perl-vars-0:1.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-29T08:53:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12056"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:13267
Vulnerability from csaf_redhat - Published: 2025-08-06 15:26 - Updated: 2026-05-19 21:13A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in libxml2's xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13267",
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-12718",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-40909",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4138",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4330",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4435",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4517",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49796",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6021",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7425",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13267.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-05-19T21:13:22+00:00",
"generator": {
"date": "2026-05-19T21:13:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2025:13267",
"initial_release_date": "2025-08-06T15:26:03+00:00",
"revision_history": [
{
"date": "2025-08-06T15:26:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-06T15:26:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-19T21:13:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Aad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Ac517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
},
{
"acknowledgments": [
{
"names": [
"Ahmed Lekssays"
]
}
],
"cve": "CVE-2025-6021",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-06-12T07:55:45.428000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2\u0027s xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate due to the lack of confidentiality impact and limited integrity concerns, with the main risk being potential denial-of-service from a crash. Exploitation requires crafted XML input and specific application behavior using xmlBuildQName. While it\u2019s a write overflow, modern mitigations make remote code execution unlikely.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "RHBZ#2372406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/926",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/926"
}
],
"release_date": "2025-06-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are strongly advised to apply vendor-supplied patches as soon as they become available to address the underlying integer overflow flaw in the affected code.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: libxml2: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-06-12T00:35:26.470000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372385"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Type confusion leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "RHBZ#2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933"
}
],
"release_date": "2025-06-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents if the user is unable/unwilling to update the library.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Type confusion leads to Denial of service (DoS)"
}
]
}
RHSA-2026:8096
Vulnerability from csaf_redhat - Published: 2026-04-14 16:21 - Updated: 2026-04-14 19:34A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the perl:5.32 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:8096",
"url": "https://access.redhat.com/errata/RHSA-2026:8096"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8096.json"
}
],
"title": "Red Hat Security Advisory: perl:5.32 security update",
"tracking": {
"current_release_date": "2026-04-14T19:34:00+00:00",
"generator": {
"date": "2026-04-14T19:34:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:8096",
"initial_release_date": "2026-04-14T16:21:58+00:00",
"revision_history": [
{
"date": "2026-04-14T16:21:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-14T16:21:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:34:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"product": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src (perl:5.32)",
"product_id": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Algorithm-Diff@1.1903-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Archive-Tar@2.38-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Archive-Zip@1.68-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN@2.28-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-DistnameInfo@0.12-13.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-Meta@2.150010-397.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-Meta-Requirements@2.140-397.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-Meta-YAML@0.018-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Carp@1.50-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Perl-V@0.32-441.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-OptList@0.110-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Section@0.200007-8.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest@1.20-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-Locale@1.05-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Env@1.04-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Exporter@5.74-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-CBuilder@0.280236-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Install@2.20-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-MakeMaker@7.46-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Manifest@1.73-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-ParseXS@3.40-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fedora-VSP@0.001-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Fetch@1.00-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-HomeDir@1.004-6.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Path@2.16-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Temp@0.231.100-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Which@1.23-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-Simple@0.96-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Long@2.52-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-HTTP-Tiny@0.078-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Compress@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Compress-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Socket-IP@0.41-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Cmd@1.04-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-System-Simple@1.30-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Importer@0.025-6.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-JSON-PP@4.04-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext@1.29-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MRO-Compat@0.13-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt@1.9998.18-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigRat@0.2614-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Build@0.42.31-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-CoreList@5.20211020-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Load@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Load-Conditional@0.74-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Metadata@1.000037-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Object-HashBase@0.009-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Package-Generator@1.106-12.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Check@0.38-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Perl-OSType@1.010-397.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PerlIO-via-QuotedPrint@0.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Checker@1.74-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Escapes@1.07-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Parser@1.63-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Perldoc@3.28.01-443.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Simple@3.42-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Usage@2.01-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Software-License@0.103014-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sub-Exporter@0.987-17.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sub-Install@0.928-15.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ANSIColor@5.01-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Cap@1.17-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Table@0.015-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test-Harness@3.42-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test-Simple@1.302181-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=3\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Balanced@2.04-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Diff@1.45-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Glob@0.11-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-ParseWords@3.30-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Tabs%2BWrap@2013.0523-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Template@1.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Queue@3.14-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Local@1.300-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-URI@1.76-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autodie@2.34-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-bignum@0.51-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-constant@1.33-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-experimental@0.025-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-generators@1.13-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-inc-latest@0.500-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnet@3.13-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-local-lib@2.000024-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-parent@0.238-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-perlfaq@5.20210520-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-podlators@4.14-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32)",
"product_id": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=src\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Algorithm-Diff@1.1903-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Archive-Tar@2.38-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Archive-Zip@1.68-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN@2.28-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-DistnameInfo@0.12-13.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-Meta@2.150010-397.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-Meta-Requirements@2.140-397.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-CPAN-Meta-YAML@0.018-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Carp@1.50-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Perl-V@0.32-441.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-OptList@0.110-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Section@0.200007-8.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest@1.20-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-Locale@1.05-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Env@1.04-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Exporter@5.74-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-CBuilder@0.280236-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Command@7.46-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Install@2.20-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-MM-Utils@7.46-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-MakeMaker@7.46-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Manifest@1.73-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-ParseXS@3.40-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fedora-VSP@0.001-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.85-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.34-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Fetch@1.00-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.37-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-HomeDir@1.004-6.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Path@2.16-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Temp@0.231.100-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Which@1.23-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.09-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-Simple@0.96-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.51-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Long@2.52-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-HTTP-Tiny@0.078-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Compress@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Compress-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Socket-IP@0.41-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Zlib@1.10-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Cmd@1.04-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-System-Simple@1.30-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Importer@0.025-6.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-JSON-PP@4.04-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext@1.29-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MRO-Compat@0.13-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt@1.9998.18-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigRat@0.2614-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Build@0.42.31-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-CoreList@5.20211020-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-CoreList-tools@5.20211020-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Load@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Load-Conditional@0.74-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Metadata@1.000037-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.67-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.02-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net-Ping@2.72-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Object-HashBase@0.009-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Object-HashBase-tools@0.009-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Package-Generator@1.106-12.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Check@0.38-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Perl-OSType@1.010-397.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PerlIO-via-QuotedPrint@0.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Checker@1.74-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Escapes@1.07-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Parser@1.63-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Perldoc@3.28.01-443.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Simple@3.42-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Usage@2.01-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.41-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Software-License@0.103014-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sub-Exporter@0.987-17.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sub-Install@0.928-15.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.08-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ANSIColor@5.01-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Cap@1.17-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Table@0.015-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test-Harness@3.42-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test-Simple@1.302181-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=3\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Balanced@2.04-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Diff@1.45-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Glob@0.11-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-ParseWords@3.30-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Tabs%2BWrap@2013.0523-396.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Template@1.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Queue@3.14-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.06-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-RefHash@1.39-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Local@1.300-4.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-URI@1.76-5.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autodie@2.34-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-bignum@0.51-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-constant@1.33-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.56-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.37-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-experimental@0.025-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-generators@1.13-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-homedir@2.000024-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.60.800-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-inc-latest@0.500-10.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnet@3.13-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-local-lib@2.000024-7.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.09-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.31-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-parent@0.238-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-perlfaq@5.20210520-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product": {
"name": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32)",
"product_id": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-podlators@4.14-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=noarch\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.09-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.04-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.03-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product": {
"name": "perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32)",
"product_id": "perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=noarch\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debuginfo@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debugsource@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debuginfo@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debugsource@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debuginfo@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debugsource@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debuginfo@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debugsource@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debuginfo@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debugsource@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debuginfo@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debugsource@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debuginfo@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debugsource@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debuginfo@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debugsource@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader-debuginfo@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debuginfo@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debugsource@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-devel@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debuginfo@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debugsource@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debuginfo@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debugsource@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debuginfo@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debugsource@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debuginfo@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debugsource@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debuginfo@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debugsource@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debuginfo@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debugsource@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debuginfo@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debugsource@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debuginfo@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debugsource@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debuginfo@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debugsource@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debuginfo@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debugsource@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debuginfo@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debugsource@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debuginfo@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debugsource@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debuginfo@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debugsource@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding@3.00-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32)",
"product_id": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debuginfo@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debugsource@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debuginfo@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debugsource@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debuginfo@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32)",
"product_id": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debugsource@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=aarch64\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debuginfo@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debugsource@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debuginfo@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debugsource@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debuginfo@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debugsource@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debuginfo@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debugsource@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debuginfo@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debugsource@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debuginfo@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debugsource@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debuginfo@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debugsource@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debuginfo@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debugsource@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader-debuginfo@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debuginfo@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debugsource@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-devel@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debuginfo@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debugsource@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debuginfo@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debugsource@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debuginfo@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debugsource@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debuginfo@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debugsource@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debuginfo@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debugsource@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debuginfo@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debugsource@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debuginfo@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debugsource@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debuginfo@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debugsource@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debuginfo@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debugsource@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debuginfo@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debugsource@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debuginfo@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debugsource@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debuginfo@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debugsource@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debuginfo@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debugsource@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding@3.00-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32)",
"product_id": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debuginfo@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debugsource@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debuginfo@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debugsource@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debuginfo@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32)",
"product_id": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debugsource@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=ppc64le\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debuginfo@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debugsource@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debuginfo@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debugsource@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debuginfo@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debugsource@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debuginfo@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debugsource@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debuginfo@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debugsource@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debuginfo@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debugsource@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debuginfo@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debugsource@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debuginfo@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debugsource@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader-debuginfo@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debuginfo@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debugsource@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-devel@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debuginfo@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debugsource@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debuginfo@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debugsource@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debuginfo@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debugsource@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debuginfo@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debugsource@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debuginfo@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debugsource@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debuginfo@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debugsource@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debuginfo@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debugsource@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debuginfo@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debugsource@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debuginfo@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debugsource@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debuginfo@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debugsource@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debuginfo@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debugsource@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debuginfo@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debugsource@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debuginfo@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debugsource@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding@3.00-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32)",
"product_id": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debuginfo@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debugsource@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debuginfo@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debugsource@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debuginfo@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32)",
"product_id": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debugsource@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=s390x\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debuginfo@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Bzip2-debugsource@2.28-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Bzip2-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debuginfo@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Lzma-debugsource@2.096-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debuginfo@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Compress-Raw-Zlib-debugsource@2.096-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debuginfo@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DB_File-debugsource@1.855-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debuginfo@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Data-Dumper-debugsource@2.174-440.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debuginfo@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-PPPort-debugsource@3.62-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debuginfo@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Size-debugsource@0.83-3.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debuginfo@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-MD5-debugsource@2.58-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debuginfo@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Digest-SHA-debugsource@6.02-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader-debuginfo@1.47-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debuginfo@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-debugsource@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Encode-devel@3.08-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debuginfo@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Filter-debugsource@1.60-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=2\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debuginfo@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-SysV-debugsource@2.09-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debuginfo@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-MIME-Base64-debugsource@3.15-1001.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debuginfo@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-BigInt-FastCalc-debugsource@0.500.900-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debuginfo@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Params-Util-debugsource@1.102-2.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debuginfo@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-PathTools-debugsource@3.78-439.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debuginfo@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Scalar-List-Utils-debugsource@1.55-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debuginfo@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Socket-debugsource@2.031-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debuginfo@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Storable-debugsource@3.21-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debuginfo@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Syslog-debugsource@0.36-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debuginfo@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-HiRes-debugsource@1.9764-459.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debuginfo@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Collate-debugsource@1.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debuginfo@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-Normalize-debugsource@1.27-458.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding@3.00-461.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026epoch=4\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32)",
"product_id": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-474.module%2Bel8.10.0%2B24099%2B8aa2f756?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debuginfo@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-debugsource@2.25-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=1\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debuginfo@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-threads-shared-debugsource@1.61-457.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debuginfo@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
},
{
"category": "product_version",
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32)",
"product_id": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-version-debugsource@0.99.29-1.module%2Bel8.10.0%2B21354%2B3ad137bb?arch=x86_64\u0026epoch=7\u0026rpmmod=perl:5.32:8100020260317110818:651ee29f"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32"
},
"product_reference": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32"
},
"product_reference": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32"
},
"product_reference": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32"
},
"product_reference": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32"
},
"product_reference": "perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32"
},
"product_reference": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32"
},
"product_reference": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32"
},
"product_reference": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32"
},
"product_reference": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32"
},
"product_reference": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64 (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32"
},
"product_reference": "perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch (perl:5.32) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
},
"product_reference": "perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-14T16:21:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8096"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Algorithm-Diff-0:1.1903-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Tar-0:2.38-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Archive-Zip-0:1.68-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-0:2.28-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-DistnameInfo-0:0.12-13.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-0:2.150010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-Requirements-0:2.140-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-CPAN-Meta-YAML-0:0.018-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Carp-0:1.50-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debuginfo-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Bzip2-debugsource-0:2.28-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Bzip2-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debuginfo-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Lzma-debugsource-0:2.096-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debuginfo-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Compress-Raw-Zlib-debugsource-0:2.096-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Config-Perl-V-0:0.32-441.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debuginfo-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DB_File-debugsource-0:1.855-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debuginfo-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Dumper-debugsource-0:2.174-440.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-OptList-0:0.110-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Data-Section-0:0.200007-8.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debuginfo-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-PPPort-debugsource-0:3.62-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debuginfo-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Size-debugsource-0:0.83-3.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-0:1.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debuginfo-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-MD5-debugsource-0:2.58-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debuginfo-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Digest-SHA-debugsource-1:6.02-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-DynaLoader-debuginfo-0:1.47-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-Locale-0:1.05-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debuginfo-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-debugsource-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Encode-devel-4:3.08-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-English-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Env-0:1.04-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.30-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Exporter-0:5.74-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-CBuilder-1:0.280236-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Command-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Install-0:2.20-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MM-Utils-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-MakeMaker-2:7.46-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Manifest-1:1.73-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-ParseXS-1:3.40-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Fedora-VSP-0:0.001-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Fetch-0:1.00-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Find-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-HomeDir-0:1.004-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Path-0:2.16-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Temp-1:0.231.100-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-Which-0:1.23-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-File-stat-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileCache-0:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-Simple-0:0.96-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debuginfo-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Filter-debugsource-2:1.60-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-FindBin-0:1.51-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Long-1:2.52-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-HTTP-Tiny-0:0.078-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Compress-Lzma-0:2.096-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Socket-IP-0:0.41-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Cmd-2:1.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debuginfo-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-SysV-debugsource-0:2.09-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IPC-System-Simple-0:1.30-3.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Importer-0:0.025-6.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-JSON-PP-1:4.04-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-0:1.29-440.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debuginfo-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MIME-Base64-debugsource-0:3.15-1001.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-MRO-Compat-0:0.13-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-1:1.9998.18-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debuginfo-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigInt-FastCalc-debugsource-0:0.500.900-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-BigRat-0:0.2614-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Build-2:0.42.31-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-CoreList-tools-1:5.20211020-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-1:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Load-Conditional-0:0.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Metadata-0:1.000037-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-NEXT-0:0.67-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.72-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-0:0.009-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Object-HashBase-tools-0:0.009-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Package-Generator-0:1.106-12.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Check-1:0.38-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debuginfo-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Params-Util-debugsource-0:1.102-2.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debuginfo-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PathTools-debugsource-0:3.78-439.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Perl-OSType-0:1.010-397.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-PerlIO-via-QuotedPrint-0:0.09-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Checker-4:1.74-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Escapes-1:1.07-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Parser-0:1.63-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Perldoc-0:3.28.01-443.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Simple-1:3.42-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Usage-4:2.01-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Safe-0:2.41-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debuginfo-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Scalar-List-Utils-debugsource-4:1.55-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debuginfo-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Socket-debugsource-4:2.031-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Software-License-0:0.103014-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debuginfo-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Storable-debugsource-1:3.21-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Exporter-0:0.987-17.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sub-Install-0:0.928-15.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Symbol-0:1.08-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debuginfo-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Sys-Syslog-debugsource-0:0.36-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ANSIColor-0:5.01-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Cap-0:1.17-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Term-Table-0:0.015-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Harness-1:3.42-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-Simple-3:1.302181-2.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Balanced-0:2.04-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Diff-0:1.45-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Glob-0:0.11-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-ParseWords-0:3.30-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Tabs+Wrap-0:2013.0523-396.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Text-Template-0:1.58-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-0:3.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Queue-0:3.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-0:4.6-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Tie-RefHash-0:1.39-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debuginfo-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-HiRes-debugsource-4:1.9764-459.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Local-2:1.300-4.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-URI-0:1.76-5.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debuginfo-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Collate-debugsource-0:1.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debuginfo-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-Normalize-debugsource-0:1.27-458.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autodie-0:2.34-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-autouse-0:1.11-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-base-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-bignum-0:0.51-439.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-blib-0:1.07-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-constant-0:1.33-1001.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugger-0:1.56-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-deprecate-0:0.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-doc-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-4:3.00-461.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-experimental-0:0.025-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-fields-0:2.27-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-filetest-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-generators-0:1.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-homedir-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-if-0:0.60.800-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-inc-latest-2:0.500-10.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-less-0:0.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-lib-0:0.65-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnet-0:3.13-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-local-lib-0:2.000024-7.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-locale-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.12-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overload-0:1.31-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-overloading-0:0.02-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-parent-1:0.238-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-perlfaq-0:5.20210520-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ph-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-podlators-1:4.14-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-sort-0:2.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-subs-0:1.03-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debuginfo-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-debugsource-1:2.25-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debuginfo-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-threads-shared-debugsource-0:1.61-457.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.32.1-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vars-0:1.05-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.src::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debuginfo-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.aarch64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.ppc64le::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.s390x::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-version-debugsource-7:0.99.29-1.module+el8.10.0+21354+3ad137bb.x86_64::perl:5.32",
"AppStream-8.10.0.Z.MAIN.EUS:perl-vmsish-0:1.04-474.module+el8.10.0+24099+8aa2f756.noarch::perl:5.32"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
SUSE-SU-2025:02027-1
Vulnerability from csaf_suse - Published: 2025-06-19 15:15 - Updated: 2025-06-19 15:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl fixes the following issues:\n\n- CVE-2025-40909: Do not change the current directory when cloning an open directory handle (bsc#1244079).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2027,SUSE-SLE-Micro-5.3-2025-2027,SUSE-SLE-Micro-5.4-2025-2027,SUSE-SLE-Micro-5.5-2025-2027,SUSE-SLE-Module-Basesystem-15-SP6-2025-2027,SUSE-SLE-Module-Basesystem-15-SP7-2025-2027,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2027,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2027,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-2027,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-2027,SUSE-SUSE-MicroOS-5.1-2025-2027,SUSE-SUSE-MicroOS-5.2-2025-2027,openSUSE-SLE-15.6-2025-2027",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02027-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02027-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502027-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02027-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040380.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244079",
"url": "https://bugzilla.suse.com/1244079"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-40909 page",
"url": "https://www.suse.com/security/cve/CVE-2025-40909/"
}
],
"title": "Security update for perl",
"tracking": {
"current_release_date": "2025-06-19T15:15:57Z",
"generator": {
"date": "2025-06-19T15:15:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02027-1",
"initial_release_date": "2025-06-19T15:15:57Z",
"revision_history": [
{
"date": "2025-06-19T15:15:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.26.1-150300.17.20.1.aarch64",
"product": {
"name": "perl-5.26.1-150300.17.20.1.aarch64",
"product_id": "perl-5.26.1-150300.17.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.26.1-150300.17.20.1.aarch64",
"product": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64",
"product_id": "perl-base-5.26.1-150300.17.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"product": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-64bit-5.26.1-150300.17.20.1.aarch64_ilp32",
"product": {
"name": "perl-64bit-5.26.1-150300.17.20.1.aarch64_ilp32",
"product_id": "perl-64bit-5.26.1-150300.17.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "perl-base-64bit-5.26.1-150300.17.20.1.aarch64_ilp32",
"product": {
"name": "perl-base-64bit-5.26.1-150300.17.20.1.aarch64_ilp32",
"product_id": "perl-base-64bit-5.26.1-150300.17.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-64bit-5.26.1-150300.17.20.1.aarch64_ilp32",
"product": {
"name": "perl-core-DB_File-64bit-5.26.1-150300.17.20.1.aarch64_ilp32",
"product_id": "perl-core-DB_File-64bit-5.26.1-150300.17.20.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.26.1-150300.17.20.1.i586",
"product": {
"name": "perl-5.26.1-150300.17.20.1.i586",
"product_id": "perl-5.26.1-150300.17.20.1.i586"
}
},
{
"category": "product_version",
"name": "perl-base-5.26.1-150300.17.20.1.i586",
"product": {
"name": "perl-base-5.26.1-150300.17.20.1.i586",
"product_id": "perl-base-5.26.1-150300.17.20.1.i586"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.i586",
"product": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.i586",
"product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-doc-5.26.1-150300.17.20.1.noarch",
"product": {
"name": "perl-doc-5.26.1-150300.17.20.1.noarch",
"product_id": "perl-doc-5.26.1-150300.17.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.26.1-150300.17.20.1.ppc64le",
"product": {
"name": "perl-5.26.1-150300.17.20.1.ppc64le",
"product_id": "perl-5.26.1-150300.17.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-5.26.1-150300.17.20.1.ppc64le",
"product": {
"name": "perl-base-5.26.1-150300.17.20.1.ppc64le",
"product_id": "perl-base-5.26.1-150300.17.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"product": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.26.1-150300.17.20.1.s390x",
"product": {
"name": "perl-5.26.1-150300.17.20.1.s390x",
"product_id": "perl-5.26.1-150300.17.20.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.26.1-150300.17.20.1.s390x",
"product": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x",
"product_id": "perl-base-5.26.1-150300.17.20.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"product": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.26.1-150300.17.20.1.x86_64",
"product": {
"name": "perl-5.26.1-150300.17.20.1.x86_64",
"product_id": "perl-5.26.1-150300.17.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.26.1-150300.17.20.1.x86_64",
"product": {
"name": "perl-32bit-5.26.1-150300.17.20.1.x86_64",
"product_id": "perl-32bit-5.26.1-150300.17.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.26.1-150300.17.20.1.x86_64",
"product": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64",
"product_id": "perl-base-5.26.1-150300.17.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"product": {
"name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"product_id": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"product": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64",
"product": {
"name": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64",
"product_id": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.26.1-150300.17.20.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch"
},
"product_reference": "perl-doc-5.26.1-150300.17.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.26.1-150300.17.20.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch"
},
"product_reference": "perl-doc-5.26.1-150300.17.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64"
},
"product_reference": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.26.1-150300.17.20.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch"
},
"product_reference": "perl-doc-5.26.1-150300.17.20.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-40909"
}
],
"notes": [
{
"category": "general",
"text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-40909",
"url": "https://www.suse.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "SUSE Bug 1244079 for CVE-2025-40909",
"url": "https://bugzilla.suse.com/1244079"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x",
"openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64",
"openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-19T15:15:57Z",
"details": "moderate"
}
],
"title": "CVE-2025-40909"
}
]
}
SUSE-SU-2025:02051-1
Vulnerability from csaf_suse - Published: 2025-06-20 12:42 - Updated: 2025-06-20 12:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl fixes the following issues:\n\n- CVE-2025-40909: do not change the current directory when cloning an open directory handle (bsc#1244079)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2051,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2051",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02051-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02051-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502051-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02051-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040418.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244079",
"url": "https://bugzilla.suse.com/1244079"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-40909 page",
"url": "https://www.suse.com/security/cve/CVE-2025-40909/"
}
],
"title": "Security update for perl",
"tracking": {
"current_release_date": "2025-06-20T12:42:29Z",
"generator": {
"date": "2025-06-20T12:42:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02051-1",
"initial_release_date": "2025-06-20T12:42:29Z",
"revision_history": [
{
"date": "2025-06-20T12:42:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.18.2-12.29.1.aarch64",
"product": {
"name": "perl-5.18.2-12.29.1.aarch64",
"product_id": "perl-5.18.2-12.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.18.2-12.29.1.aarch64",
"product": {
"name": "perl-base-5.18.2-12.29.1.aarch64",
"product_id": "perl-base-5.18.2-12.29.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-64bit-5.18.2-12.29.1.aarch64_ilp32",
"product": {
"name": "perl-64bit-5.18.2-12.29.1.aarch64_ilp32",
"product_id": "perl-64bit-5.18.2-12.29.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "perl-base-64bit-5.18.2-12.29.1.aarch64_ilp32",
"product": {
"name": "perl-base-64bit-5.18.2-12.29.1.aarch64_ilp32",
"product_id": "perl-base-64bit-5.18.2-12.29.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.18.2-12.29.1.i586",
"product": {
"name": "perl-5.18.2-12.29.1.i586",
"product_id": "perl-5.18.2-12.29.1.i586"
}
},
{
"category": "product_version",
"name": "perl-base-5.18.2-12.29.1.i586",
"product": {
"name": "perl-base-5.18.2-12.29.1.i586",
"product_id": "perl-base-5.18.2-12.29.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-doc-5.18.2-12.29.1.noarch",
"product": {
"name": "perl-doc-5.18.2-12.29.1.noarch",
"product_id": "perl-doc-5.18.2-12.29.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.18.2-12.29.1.ppc64le",
"product": {
"name": "perl-5.18.2-12.29.1.ppc64le",
"product_id": "perl-5.18.2-12.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-5.18.2-12.29.1.ppc64le",
"product": {
"name": "perl-base-5.18.2-12.29.1.ppc64le",
"product_id": "perl-base-5.18.2-12.29.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.18.2-12.29.1.s390",
"product": {
"name": "perl-5.18.2-12.29.1.s390",
"product_id": "perl-5.18.2-12.29.1.s390"
}
},
{
"category": "product_version",
"name": "perl-base-5.18.2-12.29.1.s390",
"product": {
"name": "perl-base-5.18.2-12.29.1.s390",
"product_id": "perl-base-5.18.2-12.29.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.18.2-12.29.1.s390x",
"product": {
"name": "perl-5.18.2-12.29.1.s390x",
"product_id": "perl-5.18.2-12.29.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.18.2-12.29.1.s390x",
"product": {
"name": "perl-32bit-5.18.2-12.29.1.s390x",
"product_id": "perl-32bit-5.18.2-12.29.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.18.2-12.29.1.s390x",
"product": {
"name": "perl-base-5.18.2-12.29.1.s390x",
"product_id": "perl-base-5.18.2-12.29.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.18.2-12.29.1.s390x",
"product": {
"name": "perl-base-32bit-5.18.2-12.29.1.s390x",
"product_id": "perl-base-32bit-5.18.2-12.29.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.18.2-12.29.1.x86_64",
"product": {
"name": "perl-5.18.2-12.29.1.x86_64",
"product_id": "perl-5.18.2-12.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.18.2-12.29.1.x86_64",
"product": {
"name": "perl-32bit-5.18.2-12.29.1.x86_64",
"product_id": "perl-32bit-5.18.2-12.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.18.2-12.29.1.x86_64",
"product": {
"name": "perl-base-5.18.2-12.29.1.x86_64",
"product_id": "perl-base-5.18.2-12.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.18.2-12.29.1.x86_64",
"product": {
"name": "perl-base-32bit-5.18.2-12.29.1.x86_64",
"product_id": "perl-base-32bit-5.18.2-12.29.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.18.2-12.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64"
},
"product_reference": "perl-5.18.2-12.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.18.2-12.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64"
},
"product_reference": "perl-32bit-5.18.2-12.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.18.2-12.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64"
},
"product_reference": "perl-base-5.18.2-12.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.18.2-12.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch"
},
"product_reference": "perl-doc-5.18.2-12.29.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-40909"
}
],
"notes": [
{
"category": "general",
"text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-40909",
"url": "https://www.suse.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "SUSE Bug 1244079 for CVE-2025-40909",
"url": "https://bugzilla.suse.com/1244079"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T12:42:29Z",
"details": "moderate"
}
],
"title": "CVE-2025-40909"
}
]
}
SUSE-SU-2025:20456-1
Vulnerability from csaf_suse - Published: 2025-07-01 11:42 - Updated: 2025-07-01 11:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl fixes the following issues:\n\n- CVE-2025-40909: Fixed a working directory race condition causing \n file operations to target unintended paths (bsc#1244079)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-372",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20456-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20456-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520456-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20456-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040617.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244079",
"url": "https://bugzilla.suse.com/1244079"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-40909 page",
"url": "https://www.suse.com/security/cve/CVE-2025-40909/"
}
],
"title": "Security update for perl",
"tracking": {
"current_release_date": "2025-07-01T11:42:56Z",
"generator": {
"date": "2025-07-01T11:42:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20456-1",
"initial_release_date": "2025-07-01T11:42:56Z",
"revision_history": [
{
"date": "2025-07-01T11:42:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-4.1.aarch64",
"product": {
"name": "perl-5.38.2-4.1.aarch64",
"product_id": "perl-5.38.2-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-4.1.aarch64",
"product": {
"name": "perl-base-5.38.2-4.1.aarch64",
"product_id": "perl-base-5.38.2-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-4.1.s390x",
"product": {
"name": "perl-5.38.2-4.1.s390x",
"product_id": "perl-5.38.2-4.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-4.1.s390x",
"product": {
"name": "perl-base-5.38.2-4.1.s390x",
"product_id": "perl-base-5.38.2-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-4.1.x86_64",
"product": {
"name": "perl-5.38.2-4.1.x86_64",
"product_id": "perl-5.38.2-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-4.1.x86_64",
"product": {
"name": "perl-base-5.38.2-4.1.x86_64",
"product_id": "perl-base-5.38.2-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64"
},
"product_reference": "perl-5.38.2-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x"
},
"product_reference": "perl-5.38.2-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64"
},
"product_reference": "perl-5.38.2-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64"
},
"product_reference": "perl-base-5.38.2-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x"
},
"product_reference": "perl-base-5.38.2-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64"
},
"product_reference": "perl-base-5.38.2-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-40909"
}
],
"notes": [
{
"category": "general",
"text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64",
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x",
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-40909",
"url": "https://www.suse.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "SUSE Bug 1244079 for CVE-2025-40909",
"url": "https://bugzilla.suse.com/1244079"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64",
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x",
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64",
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x",
"SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x",
"SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-01T11:42:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-40909"
}
]
}
SUSE-SU-2025:20532-1
Vulnerability from csaf_suse - Published: 2025-07-28 14:33 - Updated: 2025-07-28 14:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl fixes the following issues:\n\n- CVE-2024-56406: Fixed heap buffer overflow when transliterating \n non-ASCII bytes (bsc#1241083)\n- CVE-2025-40909: Fixed a working directory race condition causing\n file operations to target unintended paths (bsc#1244079)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-191",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20532-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20532-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520532-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20532-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041122.html"
},
{
"category": "self",
"summary": "SUSE Bug 1241083",
"url": "https://bugzilla.suse.com/1241083"
},
{
"category": "self",
"summary": "SUSE Bug 1244079",
"url": "https://bugzilla.suse.com/1244079"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56406 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56406/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-40909 page",
"url": "https://www.suse.com/security/cve/CVE-2025-40909/"
}
],
"title": "Security update for perl",
"tracking": {
"current_release_date": "2025-07-28T14:33:40Z",
"generator": {
"date": "2025-07-28T14:33:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20532-1",
"initial_release_date": "2025-07-28T14:33:40Z",
"revision_history": [
{
"date": "2025-07-28T14:33:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-slfo.1.1_2.1.aarch64",
"product": {
"name": "perl-5.38.2-slfo.1.1_2.1.aarch64",
"product_id": "perl-5.38.2-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"product": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"product_id": "perl-base-5.38.2-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-slfo.1.1_2.1.ppc64le",
"product": {
"name": "perl-5.38.2-slfo.1.1_2.1.ppc64le",
"product_id": "perl-5.38.2-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"product": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"product_id": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-slfo.1.1_2.1.s390x",
"product": {
"name": "perl-5.38.2-slfo.1.1_2.1.s390x",
"product_id": "perl-5.38.2-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-slfo.1.1_2.1.s390x",
"product": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.s390x",
"product_id": "perl-base-5.38.2-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-slfo.1.1_2.1.x86_64",
"product": {
"name": "perl-5.38.2-slfo.1.1_2.1.x86_64",
"product_id": "perl-5.38.2-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-slfo.1.1_2.1.x86_64",
"product": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.x86_64",
"product_id": "perl-base-5.38.2-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64"
},
"product_reference": "perl-5.38.2-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le"
},
"product_reference": "perl-5.38.2-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x"
},
"product_reference": "perl-5.38.2-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64"
},
"product_reference": "perl-5.38.2-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64"
},
"product_reference": "perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le"
},
"product_reference": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x"
},
"product_reference": "perl-base-5.38.2-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
},
"product_reference": "perl-base-5.38.2-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56406",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56406"
}
],
"notes": [
{
"category": "general",
"text": "A heap buffer overflow vulnerability was discovered in Perl. \n\nRelease branches 5.34, 5.36, 5.38 and 5.40 are affected, including development versions from 5.33.1 through 5.41.10.\n\nWhen there are non-ASCII bytes in the left-hand-side of the `tr` operator, `S_do_trans_invmap` can overflow the destination pointer `d`.\n\n $ perl -e \u0027$_ = \"\\x{FF}\" x 1000000; tr/\\xFF/\\x{100}/;\u0027 \n Segmentation fault (core dumped)\n\nIt is believed that this vulnerability can enable Denial of Service and possibly Code Execution attacks on platforms that lack sufficient defenses.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56406",
"url": "https://www.suse.com/security/cve/CVE-2024-56406"
},
{
"category": "external",
"summary": "SUSE Bug 1241083 for CVE-2024-56406",
"url": "https://bugzilla.suse.com/1241083"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-28T14:33:40Z",
"details": "important"
}
],
"title": "CVE-2024-56406"
},
{
"cve": "CVE-2025-40909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-40909"
}
],
"notes": [
{
"category": "general",
"text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-40909",
"url": "https://www.suse.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "SUSE Bug 1244079 for CVE-2025-40909",
"url": "https://bugzilla.suse.com/1244079"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-28T14:33:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-40909"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.