NAME

SBOM::CycloneDX::PostalAddress - Postal address

SYNOPSIS

SBOM::CycloneDX::PostalAddress->new();

DESCRIPTION

SBOM::CycloneDX::PostalAddress provide an address used to identify a contactable location.

METHODS

SBOM::CycloneDX::PostalAddress inherits all methods from SBOM::CycloneDX::Base and implements the following new ones.

SBOM::CycloneDX::PostalAddress->new( %PARAMS )

Properties:

  • bom_ref, An identifier which can be used to reference the address elsewhere in the BOM. Every bom-ref must be unique within the BOM. Value SHOULD not start with the BOM-Link intro 'urn:cdx:' to avoid conflicts with BOM-Links.

  • country, The country name or the two-letter ISO 3166-1 country code.

  • locality, The locality or city within the country.

  • post_office_box_number, The post office box number.

  • postal_code, The postal code.

  • region, The region or state in the country.

  • street_address, The street address.

$postal_address->bom_ref
$postal_address->country
$postal_address->locality
$postal_address->post_office_box_number
$postal_address->postal_code
$postal_address->region
$postal_address->street_address

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/giterlizzi/perl-SBOM-CycloneDX/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/giterlizzi/perl-SBOM-CycloneDX

git clone https://github.com/giterlizzi/perl-SBOM-CycloneDX.git

AUTHOR

  • Giuseppe Di Terlizzi <gdt@cpan.org>

LICENSE AND COPYRIGHT

This software is copyright (c) 2025-2026 by Giuseppe Di Terlizzi.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.