Subject: | into, into_level |
Nice module. I'd very much like to see a demo or three of the 'into' and
'into_level' features. Even one complete synopsis using these features
would help greatly. I've looked over t/into-level.t and the code is not
anything at all as I might expect in production.
My current project has client modules use'ing a master module, which in
turn use's various exporting modules. So I'm hoping to use Sub::Exporter
in the exporting modules with into_level => 1. All modules in this
project are strictly procedural so there's no method inheritance tree to
complicate matters. But I haven't been able to make it work yet.