in reply to Re: use x; equivalentin thread use x; equivalent
I was also wondering how to get debug from the importer, I thought this might work, but no. it doesn't print anything.
BEGIN { require packe; $Exporter::Verbose=1; import packe; } [download]