JavaScript-V8-CommonJS

 view release on metacpan or  search on metacpan

t/modules/1.0/relative/program.js  view on Meta::CPAN

var test = require('test');
var a = require('submodule/a');
var b = require('submodule/b');
test.assert(a.foo == b.foo, 'a and b share foo through a relative require');
test.print('DONE', 'info');



( run in 1.536 second using v1.01-cache-2.11-cpan-b50b6a40fd4 )