Help for this page
t/file_spec..........NOK 22 + # Failed test (t/file_spec.t at line 39) ... Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 22-27 Failed 6/27 tests, 77.78% okay
use lib 't', 'lib'; use strict; ... is(io->file('doo/foo')->catfile('goo', 'hoo'), f 'doo/foo/goo/hoo'); is(io->file->catfile('goo', 'hoo'), f 'goo/hoo'); is(io->catfile('goo', 'hoo'), f 'goo/hoo');