NAME
Net::RDAP::Notice - a module representing an RDAP notice.
DESCRIPTION
This module represents a notice attached to an RDAP response. Since notices are identical to remarks (they only differ in their position in RDAP responses), this module inherits everything from Net::RDAP::Remark.
Any object which inherits from Net::RDAP::Object will have an notices()
method which will return an array of zero or more Net::RDAP::Notice objects; however, only the top-most object in an RDAP response will have notices, since they relate to the RDAP service rather than the specific object contained in the response.
COPYRIGHT
Copyright 2018-2023 CentralNic Ltd, 2024 Gavin Brown. For licensing information, please see the LICENSE
file in the Net::RDAP distribution.