I have a package test.pm in which there are two packages
test & feat.
feat package have a method new(feat is a class) & a method mymethod.
how can i call a method "mymethod" which is a class feat's method, in another temp.pm file without using fully qualified name i.e. feat::mymethod()?