t\00.load.........1..1 ok 1 - use Test::File::Contents; # Testing Test::File::Contents 0.05 ok t\10.basic........1..25 ok 1 - use Test::File::Contents; ok 2 - function 'file_contents_is' exported ok 3 - file_contents_is works when correct ok 4 - works when correct with default text ok 5 - file_contents_is works when incorrect ok 6 - function 'file_contents_isnt' exported ok 7 - file_contents_isnt works when incorrect ok 8 - works when incorrect with default text ok 9 - file_contents_isnt works when correct ok 10 - function 'file_contents_like' exported ok 11 - works when correct ok 12 - works when correct with default text ok 13 - works when incorrect ok 14 - function 'file_contents_unlike' exported ok 15 - works when incorrect ok 16 - works when incorrect with default text ok 17 - works when correct ok 18 - function 'file_md5sum' exported ok 19 - file_md5sum works when correct # Failed test (t\10.basic.t at line 116) ok 20 - file_md5sum works when correct with default text not ok 21 - file_md5sum works when incorrect # STDERR is: # # File t\aaa.txt has md5sum 5c9597f3c8245907ea71a89d9d39d08e not 0123456789abcdef0123456789abcdef # # Failed test (t\10.basic.t at line 115) #  # not: # # File t/aaa.txt has md5sum 5c9597f3c8245907ea71a89d9d39d08e not 0123456789abcdef0123456789abcdef # # Failed test (t\10.basic.t at line 115) #  # as expected ok 22 - function 'file_contents_identical' exported ok 23 - file_contents_identical works when correct ok 24 - file_contents_identical works when correct with default text not ok 25 - file_contents_identical works when incorrect # Failed test (t\10.basic.t at line 136) # STDERR is: # # Files t\aaa.txt and t\bbb.txt are not identical. # # Failed test (t\10.basic.t at line 135) #  # not: # # Files t/aaa.txt and t/bbb.txt are not identical. # # Failed test (t\10.basic.t at line 135) #  # as expected FAILED tests 21, 25 Failed 2/25 tests, 92.00% okay t\pod-coverage....1..1 ok 1 - Pod coverage on Test::File::Contents ok t\pod.............1..1 ok 1 - blib\lib\Test\File\Contents.pm ok Failed 1/4 test scripts, 75.00% okay. 2/28 subtests failed, 92.86% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\10.basic.t 25 2 8.00% 21 25