Open michaelof opened 4 years ago
thank you for daily reporting 💯
I'll well read those later.
Yuki,
@simcop2387 found out in IRC channel #perl
where uid content string is currently duplicated, it's in https://github.com/worthmine/Text-vCard-Precisely/blob/master/lib/Text/vCard/Precisely/V3.pm#L278
Have to exclude uid
NOTE SOUND UID URL KEY
to
NOTE SOUND URL KEY
As far as I understood (at least) as long as you have the concatenations of uid in sub as_string.
Daily report :)
The following small script
produces the following vcard:
$UID . "UID:" . $UID
Remark: You're enforcing UIDs as
for both V3 and V4. This is very strict, but fine. Follows RFC 6350 https://tools.ietf.org/html/rfc6350#section-6.7.6 recommendation
But RFC 6350 allows
free-form text
also, RFC 2426 https://tools.ietf.org/html/rfc2426#section-3.6.7 allows "non-standard format"