Package: debtree
Version: 1.0.5
If a package name contains regexp characters, mainly "+", the following can
occur:
Nested quantifiers in regex; marked by <-- HERE in m/(^|,)g++ <-- HERE (,|
$)/ at /usr/local/bin/debtree line 377.
sub first_set_with_package {
my ($package, $set) = @_;
foreach my $s (sort keys %$set) {
--> if ($$set{$s}{plist} =~ /(^|,)$package(,|$)/) {
return $s;
}
}
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]