in reply to Re^10: 'do' command is dead? Surely not?
in thread 'do' command is dead? Surely not?

If the original author used Module::Pluggable, but did not remove '.' from @INC, then the original author intended to load unspecified modules on purpose from '.'

There is no contradiction

  • Comment on Re^11: 'do' command is dead? Surely not?

Replies are listed 'Best First'.
Re^12: 'do' command is dead? Surely not?
by Corion (Patriarch) on Jun 01, 2017 at 07:14 UTC

    It seems that also apt-get did load files from /tmp, which likely was not the intended consequence. It was arguably a bug in apt-get, but making the intent explicit is certainly the better approach here.