Subject: | Document 'into' or other way of importing M::S::S into another class |
I want to import Method::Signatures::Simple into every class that uses a
certain meta-import module. The way I do this is currently
Method::Signatures::Simple->import(into => $caller);
But I don't know if 'into' is officially supported since it isn't
documented. Is there any reason to believe 'into' will go away?
Thanks
Jon