Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Test-File-Contents' version '0.05' Copying lib\Test\File\Contents.pm -> blib\lib\Test\File\Contents.pm Manifying blib\lib/Test/File/Contents.pm -> blib\libdoc\Test.File.Contents.3 HTMLifying blib\lib\Test\File\Contents.pm -> blib\libhtml\site\lib\Test\File\Contents.html 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 ok 20 - file_md5sum works when correct with default text # Failed test 'file_md5sum works when incorrect' # at t\10.basic.t line 116. not ok 21 - file_md5sum works when incorrect # STDERR is: # # File t\aaa.txt has md5sum 5c9597f3c8245907ea71a89d9d39d08e not 0123456789abcdef0123456789abcdef # # Failed test 'file matches md5sum' # # at t\10.basic.t line 115. #  # not: # # File t/aaa.txt has md5sum 5c9597f3c8245907ea71a89d9d39d08e not 0123456789abcdef0123456789abcdef #  # /#\s+Failed\ test.*?\n?.*?at\ t\\10\.basic\.t line 115.*\n?/ #  # 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 # Failed test 'file_contents_identical works when incorrect' # at t\10.basic.t line 136. not ok 25 - file_contents_identical works when incorrect # STDERR is: # # Files t\aaa.txt and t\bbb.txt are not identical. # # Failed test 'file contents identical' # # at t\10.basic.t line 135. #  # not: # # Files t/aaa.txt and t/bbb.txt are not identical. #  # /#\s+Failed\ test.*?\n?.*?at\ t\\10\.basic\.t line 135.*\n?/ #  # as expected FAILED tests 21, 25 Failed 2/25 tests, 92.00% okay t\pod-coverage....1..0 # Skip Test::Pod::Coverage 0.08 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 0.08 required for testing POD coverage t\pod.............1..1 ok 1 - blib\lib\Test\File\Contents.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t\10.basic.t 25 2 21 25 1 test skipped. Failed 1/4 test scripts. 2/27 subtests failed. Files=4, Tests=27, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/4 test programs. 2/27 subtests failed.