http://qs321.pair.com?node_id=1095974


in reply to Re^2: Including modules and pragmas in caller's scope via use
in thread Including modules and pragmas in caller's scope via use

The documentation could use some improvements for this. The better syntax would be:
autodie->import::into(1);
This imports to the package/file/line at caller level 1, which matches what you are doing manually.