Innnnteresting.

triv on 2002-05-15T21:42:40

I got a report today that this failed for someone:

foreach my $meth (keys %{$data}) {
  is($rr->$meth, $data->{$meth}, "$type - $meth() correct");
}


Turning that intro $rr->$meth() made it happy. Is there some version of perl greater than or equal to 5.6.0 that wouldn't like that construct?