# | Line 267 | Line 267 | sub summarize_features() | |
---|---|---|
267 | # Finally, look for runtime vars: | |
268 | if (exists($self->{'RUNTIME'}) && (my ($nkeys) = scalar(keys %{$self->{'RUNTIME'}}) > 0 )) | |
269 | { | |
270 | < | while (my ($rt,$val) = each %{$self->{$feature}}) |
270 | > | while (my ($rt,$val) = each %{$self->{'RUNTIME'}}) |
271 | { | |
272 | if ($rt =~ /:/) | |
273 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |