{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "perl-Encode-IMAPUTF7-0.1.05-3.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T04:28:12.092529219Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/perl-Encode-IMAPUTF7-0.1.05-3.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-perl-Encode-IMAPUTF7-1.05",
      "name": "perl-Encode-IMAPUTF7",
      "licenseConcluded": "GPL-1.0-or-later or Artistic-1.0",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "cee0a15d1d7a9576ffd42214e829c8fe488cf5647e303ab7523191fb6782ccda"
        }
      ],
      "description": "IMAP mailbox names are encoded in a modified UTF-7 when names contains\ninternational characters outside of the printable ASCII range. The\nmodified UTF-7 encoding is defined in RFC2060(section 5.1.3).",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-Encode-IMAPUTF7@1.05-3.oe2403sp4?arch=noarch&epoch=0&upstream=perl-Encode-IMAPUTF7-1.05-3.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://search.cpan.org/dist/Encode-IMAPUTF7/",
      "licenseDeclared": "GPL-1.0-or-later or Artistic-1.0",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Encode::IMAPUTF7 Perl module",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.05-3.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-5.38.0",
      "name": "perl",
      "licenseConcluded": "(GPL-1.0-or-later or Artistic-1.0-perl) and (GPL-2.0-or-later or Artistic-1.0-perl) and MIT and UCD and Public Domain and BSD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "f6a219e87ba15fd71cefd81a8c9221532a409d314a7003a4dc39ae45c04a519c"
        }
      ],
      "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-12.oe2403sp4?arch=aarch64&epoch=4&upstream=perl-5.38.0-12.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.perl.org/",
      "licenseDeclared": "(GPL-1.0-or-later or Artistic-1.0-perl) and (GPL-2.0-or-later or Artistic-1.0-perl) and MIT and UCD and Public Domain and BSD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "A highly capable, feature-rich programming language",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "4:5.38.0-12.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-Encode-3.24",
      "name": "perl-Encode",
      "licenseConcluded": "(GPL-1.0-or-later OR Artistic-1.0-Perl) and Artistic-2.0",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "09498dea4ae75cf398b92e056072e44b1d59e6eb8be2759ce9ddd6474053d640"
        }
      ],
      "description": "The Encode module provides the interface between Perl strings and the rest\nof the system. Perl strings are sequences of characters.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-Encode@3.24-1.oe2403sp4?arch=aarch64&epoch=4&upstream=perl-Encode-3.24-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://metacpan.org/release/Encode",
      "licenseDeclared": "(GPL-1.0-or-later OR Artistic-1.0-Perl) and Artistic-2.0",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Character encodings in Perl",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "4:3.24-1.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-MIME-Base64-3.16",
      "name": "perl-MIME-Base64",
      "licenseConcluded": "(GPL+ or Artistic) and MIT",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "037950be14f3701491b9a9770ab5c840b75be0bd0124cdfdc2e25037498cc590"
        }
      ],
      "description": "This module provides functions to encode and decode strings into and from the base64 encoding\nspecified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions). The base64 encoding is\ndesigned to represent arbitrary sequences of octets in a form that need not be humanly readable.\nA 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to be represented per printable character.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-MIME-Base64@3.16-2.oe2403sp4?arch=aarch64&epoch=0&upstream=perl-MIME-Base64-3.16-2.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://metacpan.org/release/MIME-Base64",
      "licenseDeclared": "(GPL+ or Artistic) and MIT",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Encoding and decoding of base64 strings",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:3.16-2.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-Test-NoWarnings-1.04",
      "name": "perl-Test-NoWarnings",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "536d2c5823c3cf08c8aeeac3c9a78be1679971cdd40eba80f52bdd10131cdd37"
        }
      ],
      "description": "In general, your tests shouldn't produce warnings. This modules causes\nany warnings to be captured and stored. It automatically adds an extra\ntest that will run when your script ends to check that there were no\nwarnings. If there were any warings, the test will give a \"not ok\" and\ndiagnostics of where, when and what the warning was, including a stack\ntrace of what was going on when the it occurred.\n\nIf some of your tests *are supposed to* produce warnings then you should be\ncapturing and checking them with the Test::Warn manpage, that way the\nTest::NoWarnings manpage will not see them and so not complain.\n\nThe test is run by an 'END' block in Test::NoWarnings. It will not be run\nwhen any forked children exit.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-Test-NoWarnings@1.04-17.oe2403sp4?arch=noarch&epoch=0&upstream=perl-Test-NoWarnings-1.04-17.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://metacpan.org/release/Test-NoWarnings",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Make sure you didn't emit any warnings while testing",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.04-17.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-perl-libs-5.38.0",
      "name": "perl-libs",
      "licenseConcluded": "(GPL-1.0-or-later or Artistic-1.0-perl) and MIT and UCD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "383c1f0aa78ea84879fb79106d660f755942fc6e8b3825c329da257e9b0a84fb"
        }
      ],
      "description": "This package is the shared library for perl.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/perl-libs@5.38.0-12.oe2403sp4?arch=aarch64&epoch=4&upstream=perl-5.38.0-12.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.perl.org/",
      "licenseDeclared": "(GPL-1.0-or-later or Artistic-1.0-perl) and MIT and UCD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "The libraries for the perl",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "4:5.38.0-12.oe2403sp4"
    }
  ],
  "relationships": [
    {
      "spdxElementId": "SPDXRef-rpm-perl-Encode-IMAPUTF7-1.05",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-5.38.0"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-Encode-IMAPUTF7-1.05",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-Encode-3.24"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-Encode-IMAPUTF7-1.05",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-MIME-Base64-3.16"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-Encode-IMAPUTF7-1.05",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-Test-NoWarnings-1.04"
    },
    {
      "spdxElementId": "SPDXRef-rpm-perl-Encode-IMAPUTF7-1.05",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-perl-libs-5.38.0"
    }
  ]
}
