Checking whether your kit is complete... Looks good Creating new 'Build' script for 'IO-YAML' version '0.07' lib/IO/YAML.pm -> blib/lib/IO/YAML.pm Manifying blib/lib/IO/YAML.pm -> blib/libdoc/IO::YAML.3 t/00-use............1..2 ok 1 - use IO::YAML; ok 2 - The object isa IO::YAML ok t/01-open...........1..13 ok 1 - use IO::YAML; ok 2 - The object isa IO::YAML ok 3 - open (read) ok 4 - default mode ok 5 - deleted (read) ok 6 - modified (read) ok 7 - close (read) ok 8 - open (write) ok 9 - created (write) ok 10 - close (write) ok 11 - open (append) ok 12 - created (append) ok 13 - close (append) ok t/02-read...........1..31 ok 1 - use IO::YAML; ok 2 - default mode ok 3 - opening a file for reading shouldn't delete it ok 4 - opening a file for reading shouldn't modify it ok 5 - <$io> with auto_load 0 ok 6 - <$io> with auto_load 1 ok 7 - <$io> with auto_load 2 ok 8 - <$io> with auto_load 3 ok 9 - <$io> with auto_load 4 ok 10 - <$io> with auto_load 5 ok 11 - <$io> with auto_load 6 ok 12 - <$io> with auto_load 7 ok 13 - <$io> with auto_load 8 ok 14 - <$io> with auto_load 9 ok 15 - <$io> with auto_load 10 ok 16 - seek to beginning ok 17 - getlines ok 18 - seek to beginning again ok 19 - <$io> in list context ok 20 - seek to beginning again ok 21 - <$io> without auto_load hash: ok 22 - <$io> without auto_load \# And here too! ok 23 - <$io> without auto_load Test inline values, too! ok 24 - <$io> without auto_load 1 ok 25 - <$io> without auto_load 2 ok 26 - <$io> without auto_load 3 ok 27 - <$io> without auto_load [] ok 28 - <$io> without auto_load {} ok 29 - <$io> without auto_load ~ ok 30 - <$io> without auto_load !perl/IO::Handle ok 31 - <$io> without auto_load \# Ignore another comment ok t/03-write..........1..9 ok 1 - use IO::YAML; ok 2 - The object isa IO::YAML ok 3 - open ok 4 - file created ok 5 - print \#YAML:1.0 [] # ok 6 - print \#YAML:1.0 {} # ok 7 - print \#YAML:1.0 ~ # ok 8 - close ok 9 - write ok t/04-append.........1..8 ok 1 - use IO::YAML; ok 2 - The object isa IO::YAML ok 3 - open ok 4 - open for append shouldn't delete an existing file ok 5 - open for append shouldn't modify an existing file ok 6 - append more values ok 7 - close after append ok 8 - resulting contents ok t/05-new............1..7 ok 1 - use IO::YAML; ok 2 - new($file) ok 3 - The object isa IO::YAML ok 4 - new(\*STDIN) ok 5 - The object isa IO::YAML ok 6 - new(\*STDOUT, '>') ok 7 - The object isa IO::YAML ok t/06-read-beyond....1..8 ok 1 - use IO::YAML; ok 2 - default mode ok 3 - opening a file for reading shouldn't delete it ok 4 - opening a file for reading shouldn't modify it ok 5 - not eof 1 ok 6 - not eof 2 ok 7 - not eof 3 ok 8 - read past eof ok t/07-write-beyond...1..7 ok 1 - use IO::YAML; ok 2 - The object isa IO::YAML ok 3 - open ok 4 - file created ok 5 - close ok 6 - written contents ok 7 - more contents ok t/08-autoterm.......1..4 ok 1 - use IO::YAML; ok 2 - The object isa IO::YAML ok 3 - auto_terminate accessor ok 4 - auto_terminate ok t/99-pod............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD All tests successful, 1 test skipped. Files=10, Tests=89, 2 wallclock secs ( 1.99 cusr + 0.40 csys = 2.39 CPU) Installing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IO/YAML.pm Installing /home/cpanrun/ia64-lp64/build/5.6.1/man/man3/IO::YAML.3