Checking if your kit is complete... Looks good Writing Makefile for Inline::YAML cp YAML.pm blib/lib/Inline/YAML.pm Manifying blib/man3/Inline::YAML.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic....# Test 1 got: "---\nhacks:\n - patch\n - perl\nname: Larry Wall\ntitle: Fearless Leader\n---\nhacks:\n - Parse::RecDescent\n - Quantum::SuperPositions\nname: Damian Conway\ntitle: Thunder from Down Under\n---\nhacks:\n - Inline\n - YAML\n - Inline::YAML\nname: Brian Ingerson\nnickname: ingy\n" (t/basic.t at line 25) # Expected: "--- #YAML:1.0\nhacks:\n - patch\n - perl\nname: Larry Wall\ntitle: Fearless Leader\n--- #YAML:1.0\nhacks:\n - Parse::RecDescent\n - Quantum::SuperPositions\nname: Damian Conway\ntitle: Thunder from Down Under\n--- #YAML:1.0\nhacks:\n - Inline\n - YAML\n - Inline::YAML\nname: Brian Ingerson\nnickname: ingy\n" # (Install the Algorithm::Diff module to have differences in multiline # output explained. You might also set the PERL_TEST_DIFF environment # variable to run a diff program on the output.) # t/basic.t line 25 is: ok(YAML::Dump(@hackers), <