{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "perl-List-AllUtils-0.0.19-1.oe2403sp1.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-05-15T04:42:06.064967212Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/perl-List-AllUtils-0.0.19-1.oe2403sp1.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-perl-5.38.0",
      "name": "perl",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "ae42864279e924d408a9fecd5a05e694c7ef9694e7edaac3d47f0cd5be62b537"
        }
      ],
      "description": "Perl 5 is a highly capable, feature-rich programming language with over 30 years of development.\nPerl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid\nprototyping and large scale development projects.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl@5.38.0-8.oe2403sp1?arch=aarch64&epoch=4&upstream=perl-5.38.0-8.oe2403sp1.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.perl.org/",
      "sourceInfo": "acquired package info from repodata DB: repodata/825c667db78f5378f5d2c3fed8eed9e4d49e0adefc70841b9e2e06a15d74948a-primary.sqlite.bz2",
      "summary": "A highly capable, feature-rich programming language",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "4:5.38.0-8.oe2403sp1"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-Exporter-5.77",
      "name": "perl-Exporter",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "46f0c5f91ddd2aea177a0d4d901acefea1144cf4152a99102978274c8f30316a"
        }
      ],
      "description": "The Exporter module implements an import method which allows a module to\nexport functions and variables to its users' name spaces. Many modules use\nExporter rather than implementing their own import method because Exporter\nprovides a highly flexible interface, with an implementation optimized for\nthe common case.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-Exporter@5.77-1.oe2403sp1?arch=noarch&epoch=0&upstream=perl-Exporter-5.77-1.oe2403sp1.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://metacpan.org/release/Exporter",
      "sourceInfo": "acquired package info from repodata DB: repodata/825c667db78f5378f5d2c3fed8eed9e4d49e0adefc70841b9e2e06a15d74948a-primary.sqlite.bz2",
      "summary": "Implements default import method for modules",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:5.77-1.oe2403sp1"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-List-SomeUtils-0.59",
      "name": "perl-List-SomeUtils",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "68f8a2c059169b9c966c755db60eaa5a204fad25f6a4fea059ef24d109798fc1"
        }
      ],
      "description": "List::SomeUtils provides some trivial but commonly needed functionality on\nlists which is not going to go into List::Util.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-List-SomeUtils@0.59-1.oe2403sp1?arch=noarch&epoch=0&upstream=perl-List-SomeUtils-0.59-1.oe2403sp1.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://metacpan.org/release/List-SomeUtils",
      "sourceInfo": "acquired package info from repodata DB: repodata/825c667db78f5378f5d2c3fed8eed9e4d49e0adefc70841b9e2e06a15d74948a-primary.sqlite.bz2",
      "summary": "Provide the stuff missing in List::Util",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.59-1.oe2403sp1"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-List-UtilsBy-0.12",
      "name": "perl-List-UtilsBy",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "fcd2d7a7ea5111f3470ae9514008519b2e32b5671364903278d6f0c074190848"
        }
      ],
      "description": "This module provides a number of list utility functions, all of which take\nan initial code block to control their behaviour. They are variations on\nsimilar core perl or List::Util functions of similar names, but which use\nthe block to control their behaviour. For example, the core Perl function\nsort takes a list of values and returns them, sorted into order by their\nstring value. The \"sort_by\" function sorts them according to the string\nvalue returned by the extra function, when given each value.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-List-UtilsBy@0.12-1.oe2403sp1?arch=noarch&epoch=0&upstream=perl-List-UtilsBy-0.12-1.oe2403sp1.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://metacpan.org/release/List-UtilsBy/",
      "sourceInfo": "acquired package info from repodata DB: repodata/825c667db78f5378f5d2c3fed8eed9e4d49e0adefc70841b9e2e06a15d74948a-primary.sqlite.bz2",
      "summary": "Higher-order list utility functions",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.12-1.oe2403sp1"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-libs-5.38.0",
      "name": "perl-libs",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "3fdb2df27c678b860cf305a43f9f7148fd0561db5395ec39bc80089b75fc8601"
        }
      ],
      "description": "This package is the shared library for perl.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-libs@5.38.0-8.oe2403sp1?arch=aarch64&epoch=4&upstream=perl-5.38.0-8.oe2403sp1.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.perl.org/",
      "sourceInfo": "acquired package info from repodata DB: repodata/825c667db78f5378f5d2c3fed8eed9e4d49e0adefc70841b9e2e06a15d74948a-primary.sqlite.bz2",
      "summary": "The libraries for the perl",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "4:5.38.0-8.oe2403sp1"
    }
  ],
  "relationships": [
    {
      "spdxElementId": "SPDXRef-rpm-perl-List-AllUtils-0.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-5.38.0"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-List-AllUtils-0.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-Exporter-5.77"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-List-AllUtils-0.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-List-SomeUtils-0.59"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-List-AllUtils-0.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-List-UtilsBy-0.12"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-List-AllUtils-0.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-libs-5.38.0"
    }
  ]
}
