Checking whether your kit is complete... Looks good Creating new 'Build' script for 'Test-File-Contents' version '0.05' lib/Test/File/Contents.pm -> blib/lib/Test/File/Contents.pm Manifying blib/lib/Test/File/Contents.pm -> blib/libdoc/Test::File::Contents.3 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 not ok 5 - file_contents_is works when incorrect # Failed test (t/10.basic.t at line 32) # STDERR is: # # File t/aaa.txt does not match 'bbb' #  # # Failed test (t/10.basic.t at line 31) #  # not: # # File t/aaa.txt does not match 'bbb' # # Failed test (t/10.basic.t at line 31) #  # as expected ok 6 - function 'file_contents_isnt' exported ok 7 - file_contents_isnt works when incorrect ok 8 - works when incorrect with default text not ok 9 - file_contents_isnt works when correct # Failed test (t/10.basic.t at line 53) # STDERR is: # # File t/aaa.txt matches 'aaa # # ' #  # # Failed test (t/10.basic.t at line 52) #  # not: # # File t/aaa.txt matches 'aaa # # ' # # Failed test (t/10.basic.t at line 52) #  # as expected ok 10 - function 'file_contents_like' exported ok 11 - works when correct ok 12 - works when correct with default text not ok 13 - works when incorrect # Failed test (t/10.basic.t at line 74) # STDERR is: # # File t/aaa.txt does not match '(?-xism:[xyz])' #  # # Failed test (t/10.basic.t at line 73) #  # not: # # File t/aaa.txt does not match '(?-xism:[xyz])' # # Failed test (t/10.basic.t at line 73) #  # as expected ok 14 - function 'file_contents_unlike' exported ok 15 - works when incorrect ok 16 - works when incorrect with default text not ok 17 - works when correct # Failed test (t/10.basic.t at line 94) # STDERR is: # # File t/aaa.txt matches '(?-xism:[abc])' #  # # Failed test (t/10.basic.t at line 93) #  # not: # # File t/aaa.txt matches '(?-xism:[abc])' # # Failed test (t/10.basic.t at line 93) #  # as expected ok 18 - function 'file_md5sum' exported ok 19 - file_md5sum works when correct ok 20 - file_md5sum works when correct with default text not ok 21 - file_md5sum works when incorrect # Failed test (t/10.basic.t at line 116) # 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 5, 9, 13, 17, 21, 25 Failed 6/25 tests, 76.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 0.08 required for testing POD coverage skipped: Test::Pod::Coverage 0.08 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/10.basic.t 25 6 24.00% 5, 9, 13, 17, 21, 25 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 6/26 subtests failed, 76.92% okay.