A. Pagaltzis wrote:
even with the current interface, it’s possible to load a to.pm if you do it this way:use relative to => __PACKAGE __, qw(to from before after boo); But that’s a) noisy b) less than self-suggesting.
My I suggest this: use relative to => "self", qw(foo bar roo);Anything else would be used the way it is currently defined. I like "relative to => 'self'", because it seems a bit more regular, and somewhat self documenting.