John E Hein <jhein at timing.com> writes:
> - if ($tag !~ m/\./ && # skip vendor tags
> + if ($tag !~ m/\./ # skip vendor tags
> && (!@exclude || !grep({ $_ eq $tag } @exclude))
> && (!@include || grep({ $_ eq $tag } @include))) {
Oops... Maybe that's why people were still using John's version :)
DES
--
Dag-Erling Smørgrav - des at des.no