Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    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');