Running iojs until `>=v.1.6.1` allow to use `require('.')`(i.e: `index.js`) with `NODE_PATH`. Using `>=v1.6.2` throw an error. Example: ``` sh $ NODE_PATH=src node // Start repl > require('.') Error: Cannot find module '.' ... ... ``` Could anyone please confirm this regression, so I could work on a fix. Thx