Dmitry Karasik wrote: >I would extend this proposal so that all subs, even without :method, >but while "use methods" is in effect, would also be placed into the >method stash. What the hell? That's exactly the behaviour that "use methods" is meant to turn off! "use methods" means "all methods in this package are declared with :method, so any sub without the attribute isn't a method". > Also, since exported names >have GvIMPORTED flag (that means can be easily distinguished from >native subs), Please don't introduce a distinction between imported subs and directly-defined subs. It would cause yet more confusion and breakage. -zeframThread Previous | Thread Next