Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Sub-Exporter CPAN distribution.

Report information
The Basics
Id: 83682
Status: resolved
Priority: 0/
Queue: Sub-Exporter

People
Owner: Nobody in particular
Requestors: xiong [...] cpan.org (daily)
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.985
Fixed in: (no value)



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.