Skip to content

Commit 8d594a9

Browse files
committed
coerce IANA ID into a string
1 parent c806486 commit 8d594a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/registrars.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
my $data = {
7070
'objectClassName' => 'entity',
7171
'handle' => sprintf('%s-iana', $id),
72-
'publicIds' => [ { 'type' => 'IANA Registrar ID', 'identifier' => int($id) }],
72+
'publicIds' => [ { 'type' => 'IANA Registrar ID', 'identifier' => sprintf("%u", $id) }],
7373
'rdapConformance' => [ 'rdap_level_0' ],
7474
'status' => [ 'active' ],
7575
'vcardArray' => [ 'vcard', [ [

0 commit comments

Comments
 (0)