Thu Jul 27 06:55:02 2006lars_wilke [...] web.de - Ticket created
Subject:
net domain issues
Date:
Thu, 27 Jul 2006 12:54:41 +0200
To:
bug-Regexp-Common [...] rt.cpan.org
From:
Lars Wilke <lars_wilke [...] web.de>
Hi,
when using perl 5.8.5 on x86 Linux and Regexp::Common 2.120
and using $t =~ /\A$RE{'net'}{'domain'}{'-keep'}/ where
$t='bla_bla.bladom.blatop' the regexp will match and truncate the result
right before the '_' i.e. the resulting $1 is 'bla'.
Another quirk is that URIs longer than 63 chars match also and the result
is truncated after the 63 char.
regards
--lars
Tue Dec 29 21:47:10 2009cpan [...] abigail.be - Correspondence added
RFC 1035 forbids the use of an underscore in a domain name. It also limits domain names to 63 characters. Which explains the results you are seeing.
Tue Dec 29 21:47:12 2009The RT System itself - Status changed from 'new' to 'open'
Tue Dec 29 21:47:12 2009cpan [...] abigail.be - Status changed from 'open' to 'rejected'