in reply to calling module with empty import

As others said, it prevents importing of default symbols. It's common to see this in long-running daemon environments like mod_perl and FastCGI, since it reduces the memory footprint of the process. Every imported symbol costs some memory.