Hi,

Cyril Brulebois wrote (29 Sep 2013 23:07:34 GMT) :
>> + my $modconf;
>> + if (`uname -r` =~ /(\d+)\.(\d+)\.(\d+)/) {
>> +-    if ($2 > 4) {
>> ++    if (($2 > 4) || ($1 > 2)) {

> The regex isn't anchored (^) and wants 3 components. The third one was
> dropped a while ago, but maybe in a version higher than what this module
> supports anyway. Just thought I'd mention it…

Julian, Andreas: ping? It seems to me that Cyril was asking for
a clarification at least, and quite possibly for a (trivial) regexp
improvement. Do you still plan to follow-up on this at some point?

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to