Subject: | Attributes |
Thank you for writing Sub::Exporter. I really appreciate its power.
I thought I'd throw this out there, even though it's not a bug or
anything. Maybe it'll seem like a good idea, or maybe not.
The only thing I wish Sub::Exporter had is support for an Export
attribute, like Perl6::Export::Attrs, which lets me do
sub foo :Export {
...
}
but which, in so many other ways, isn't as powerful as Sub::Exporter.
I tried to look at Perl6::Export::Attrs to figure out how to do this,
but haven't worked with attribute handlers and was unclear as to how to
put everything in at the right compile phase.
Thanks for reading this.