http://www.perlmonks.org?node_id=576279


in reply to Re^3: How can I prevent a module from being added to the %INC hash?
in thread How can I prevent a module from being added to the %INC hash?

It looks like ammon already solved it. I was attempting to do something similar to Devel::Loaded
  • Comment on Re^4: How can I prevent a module from being added to the %INC hash?

Replies are listed 'Best First'.
Re^5: How can I prevent a module from being added to the %INC hash?
by ikegami (Patriarch) on Oct 04, 2006 at 15:40 UTC
    You don't want your Devel::Loaded to show up in the module dump? You're better off just filtering it out when dumping!