From 08756c62cb96812bd7665ab8a5156976d2c5df2b Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Thu, 24 Oct 2024 10:30:06 +0100 Subject: [PATCH] updated --- lib/Net/RDAP/Base.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/Net/RDAP/Base.pm b/lib/Net/RDAP/Base.pm index bb5ae14..0b21788 100644 --- a/lib/Net/RDAP/Base.pm +++ b/lib/Net/RDAP/Base.pm @@ -152,10 +152,11 @@ sub top { @chain = $object->chain; Returns an array containing the hierarchy of objects that enclose this object. -So for example, the registrar entity of host object of a domain name will have a -chain that looks like C<[Net::RDAP::Object::Entity, -Net::RDAP::Object::Nameserver, Net::RDAP::Object::Domain]>. If the object is the -topmost object of the RDAP response, the array will be empty. +So for example, the registrar entity of a nameserver object of a domain name +will have a chain that looks like +C<[Net::RDAP::Object::Entity, Net::RDAP::Object::Nameserver, Net::RDAP::Object::Domain]>. +If the object is the topmost object of the RDAP response, the array will only +contain that object. =cut