zurom

Results 3 comments of zurom

> But the problem that in most cases it's not declarative Is it possible to implement at least declarative ones like `PACKAGE->export_to_level`?

Why doesn't it work ```perl # Cannot find declaration to go to $self->obj->method(); ``` but this works fine? ```perl # no annotations my $foo = $self->obj; # declaration is found...