Checking if your kit is complete... Looks good Writing Makefile for SVN::Dump cp lib/SVN/Dump/Text.pm blib/lib/SVN/Dump/Text.pm cp lib/SVN/Dump/Property.pm blib/lib/SVN/Dump/Property.pm cp lib/SVN/Dump/Headers.pm blib/lib/SVN/Dump/Headers.pm cp lib/SVN/Dump.pm blib/lib/SVN/Dump.pm cp lib/SVN/Dump/Reader.pm blib/lib/SVN/Dump/Reader.pm cp lib/SVN/Dump/Record.pm blib/lib/SVN/Dump/Record.pm Manifying blib/man3/SVN::Dump::Text.3 Manifying blib/man3/SVN::Dump::Property.3 Manifying blib/man3/SVN::Dump::Headers.3 Manifying blib/man3/SVN::Dump::Record.3 Manifying blib/man3/SVN::Dump::Reader.3 Manifying blib/man3/SVN::Dump.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00load..........1..6 ok 1 - use SVN::Dump; ok 2 - use SVN::Dump::Headers; ok 3 - use SVN::Dump::Property; ok 4 - use SVN::Dump::Reader; ok 5 - use SVN::Dump::Record; ok 6 - use SVN::Dump::Text; ok t/09reader........1..4 ok 1 - object ok 2 - reference ok 3 - false ok 4 - string ok t/10headers.......1..26 ok 1 - new() expects a hashref ok 2 - new() expects a hashref ok 3 - new() expects a hashref ok 4 - The object isa SVN::Dump::Headers ok 5 - No type yet (type) ok 6 - No type yet (keys) ok 7 - set() returns the new value ok 8 - get() method returns the value ok 9 - get() returns undef for non-existent header ok 10 - set() returns the new value ok 11 - _ and - work the same ok 12 - _ and - work the same ok 13 - No type yet (keys) ok 14 - set() method returns the new value for Revision-number ok 15 - 1 valid keys ok 16 - set() method returns the new value for Prop-content-length ok 17 - 2 valid keys ok 18 - set() method returns the new value for Content-length ok 19 - 3 valid keys ok 20 - keys() return the valid keys in order ok 21 - Bam_Kapow value ok 22 - Zlonk value ok 23 - Eee-yow value ok 24 - Bam_Kapow value ok 25 - Zlonk value ok 26 - Eee-yow value ok t/11property......1..28 ok 1 - The object isa SVN::Dump::Property ok 2 - empty property block ok 3 - Set bloop => zwapp ok 4 - Get bloop as zwapp ok 5 - Set zap => glipp ok 6 - Get zap as glipp ok 7 - Set bap => kapow ok 8 - Get bap as kapow ok 9 - Set thwapp => owww ok 10 - Get thwapp as owww ok 11 - Keys in order ok 12 - Values in order ok 13 - Property serialisation ok 14 - Changed 'bap' value ok 15 - Really changed 'bap' value ok 16 - Keys in order ok 17 - Values in order ok 18 - Added 'swish' value ok 19 - Really added 'swish' value ok 20 - Keys in order ok 21 - Values in order ok 22 - delete() returns the value ok 23 - delete() non-existing key ok 24 - delete() no key ok 25 - Property serialisation ok 26 - $scalar is 11 (perldoc -f delete) ok 27 - $scalar is 22 (perldoc -f delete) ok 28 - @array is (undef, undef,33) ok t/12text..........1..5 ok 1 - The object isa SVN::Dump::Text ok 2 - Got the text ok 3 - Changed the text ok 4 - Changed the text ok 5 - as_string() ok t/13record........1..29 ok 1 - The object isa SVN::Dump::Record ok 2 - No headers yet, can't determine type ok 3 - Type given by the headers ok 4 - Record has no property block ok 5 - Prop-length == 0 ok 6 - Record has no text block ok 7 - Text-length == 0 ok 8 - No text block ok 9 - Prop-content-length header ok 10 - Content-length header ok 11 - svn:log property ok 12 - svn:author property ok 13 - svn:date property ok 14 - Record has a property block ok 15 - Record has no text block ok 16 - Record has only a property block ok 17 - Record has a property or text block ok 18 - Text-length == 15 ok 19 - Text-content-length header ok 20 - Content-length header ok 21 - Text-length = 322 ok 22 - Text block ok 23 - Record has a property block ok 24 - Record has a text block ok 25 - Record has not only a property block ok 26 - Record has a property or text block ok 27 - $scalar is 11 (perldoc -f delete) ok 28 - $scalar is 22 (perldoc -f delete) ok 29 - @array is (undef, undef,33) ok t/15dump..........1..10 ok 1 - new() fails with non-existing file ok 2 - No dump format version yet ok 3 - Read dump format version ok 4 - No UUID yet ok 5 - Read UUID ok 6 - as_string() ok 7 - version set by new() ok 8 - uuid set by new() ok 9 - version set by new() ok 10 - uuid set by new() ok t/20headers.......1..15 ok 1 - Read t/dump/headers/dir-node.svn headers ok 2 - Correct type detected for t/dump/headers/dir-node.svn ok 3 - Read all of t/dump/headers/dir-node.svn ok 4 - Read t/dump/headers/file-node.svn headers ok 5 - Correct type detected for t/dump/headers/file-node.svn ok 6 - Read all of t/dump/headers/file-node.svn ok 7 - Read t/dump/headers/format-record.svn headers ok 8 - Correct type detected for t/dump/headers/format-record.svn ok 9 - Read all of t/dump/headers/format-record.svn ok 10 - Read t/dump/headers/revision-record.svn headers ok 11 - Correct type detected for t/dump/headers/revision-record.svn ok 12 - Read all of t/dump/headers/revision-record.svn ok 13 - Read t/dump/headers/uuid-record.svn headers ok 14 - Correct type detected for t/dump/headers/uuid-record.svn ok 15 - Read all of t/dump/headers/uuid-record.svn ok t/21property......1..4 ok 1 - Read t/dump/property/file-node.svn property ok 2 - Read all of t/dump/property/file-node.svn ok 3 - Read t/dump/property/revision.svn property ok 4 - Read all of t/dump/property/revision.svn ok t/23record........1..20 ok 1 - Read t/dump/records/format-record.svn record ok 2 - Read all of t/dump/records/format-record.svn ok 3 - Read t/dump/records/included.svn record ok 4 - Read all of t/dump/records/included.svn ok 5 - Read t/dump/records/node-dir-add.svn record ok 6 - Read all of t/dump/records/node-dir-add.svn ok 7 - Read t/dump/records/node-file-add-copy.svn record ok 8 - Read all of t/dump/records/node-file-add-copy.svn ok 9 - Read t/dump/records/node-file-add-empty.svn record ok 10 - Read all of t/dump/records/node-file-add-empty.svn ok 11 - Read t/dump/records/node-file-add-noeol.svn record ok 12 - Read all of t/dump/records/node-file-add-noeol.svn ok 13 - Read t/dump/records/node-file-add.svn record ok 14 - Read all of t/dump/records/node-file-add.svn ok 15 - Read t/dump/records/node-file-delete.svn record ok 16 - Read all of t/dump/records/node-file-delete.svn ok 17 - Read t/dump/records/revision-record.svn record ok 18 - Read all of t/dump/records/revision-record.svn ok 19 - Read t/dump/records/uuid-record.svn record ok 20 - Read all of t/dump/records/uuid-record.svn ok t/24reader........1..14 ok 1 - Read t/dump/full/test123-r0-r10.svn dump ok 2 - Read all of t/dump/full/test123-r0-r10.svn (5881 bytes) ok 3 - Read t/dump/full/test123-r0-r3.svn dump ok 4 - Read all of t/dump/full/test123-r0-r3.svn (2611 bytes) ok 5 - Read t/dump/full/test123-r0-r4.svn dump ok 6 - Read all of t/dump/full/test123-r0-r4.svn (2989 bytes) ok 7 - Read t/dump/full/test123-r0-r6.svn dump ok 8 - Read all of t/dump/full/test123-r0-r6.svn (3736 bytes) ok 9 - Read t/dump/full/test123-r0.svn dump ok 10 - Read all of t/dump/full/test123-r0.svn (195 bytes) ok 11 - Read t/dump/full/test123-r11-r14-v3.svn dump ok 12 - Read all of t/dump/full/test123-r11-r14-v3.svn (1589 bytes) ok 13 - Read t/dump/full/test123-v3.svn dump ok 14 - Read all of t/dump/full/test123-v3.svn (6634 bytes) ok t/25dump..........1..14 ok 1 - Read t/dump/full/test123-r0-r10.svn dump ok 2 - Read all of t/dump/full/test123-r0-r10.svn (5881 bytes) ok 3 - Read t/dump/full/test123-r0-r3.svn dump ok 4 - Read all of t/dump/full/test123-r0-r3.svn (2611 bytes) ok 5 - Read t/dump/full/test123-r0-r4.svn dump ok 6 - Read all of t/dump/full/test123-r0-r4.svn (2989 bytes) ok 7 - Read t/dump/full/test123-r0-r6.svn dump ok 8 - Read all of t/dump/full/test123-r0-r6.svn (3736 bytes) ok 9 - Read t/dump/full/test123-r0.svn dump ok 10 - Read all of t/dump/full/test123-r0.svn (195 bytes) ok 11 - Read t/dump/full/test123-r11-r14-v3.svn dump ok 12 - Read all of t/dump/full/test123-r11-r14-v3.svn (1589 bytes) ok 13 - Read t/dump/full/test123-v3.svn dump ok 14 - Read all of t/dump/full/test123-v3.svn (6634 bytes) ok t/29fail..........1..20 ok 1 - read_header_block() failed for t/dump/fail/h_blank.svn ok 2 - with the expected error (^Empty line found instead of a header block line \d+) ok 3 - read_header_block() failed for t/dump/fail/h_empty.svn ok 4 - with the expected error (^Unexpected EOF line \d+) ok 5 - read_header_block() failed for t/dump/fail/h_noblank.svn ok 6 - with the expected error (^Unexpected EOF line \d+) ok 7 - read_property_block() failed for t/dump/fail/p_empty.svn ok 8 - with the expected error (^Unexpected EOF line \d+) ok 9 - read_property_block() failed for t/dump/fail/p_eof.svn ok 10 - with the expected error (^Unexpected EOF line \d+) ok 11 - read_property_block() failed for t/dump/fail/p_eofval.svn ok 12 - with the expected error (^Unexpected EOF line \d+) ok 13 - read_property_block() failed for t/dump/fail/p_noend.svn ok 14 - with the expected error (^Corrupted property) ok 15 - read_property_block() failed for t/dump/fail/p_noval.svn ok 16 - with the expected error (^Corrupted property) ok 17 - read_record() failed for t/dump/fail/r_badsum.svn ok 18 - with the expected error (^Inconsistent record size) ok 19 - read_text_block(200) failed for t/dump/fail/t_eof.svn ok 20 - with the expected error (^Unexpected EOF line \d+) ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=15, Tests=195, 3 wallclock secs ( 2.24 cusr + 0.52 csys = 2.76 CPU) Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SVN/Dump.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SVN/Dump/Text.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SVN/Dump/Property.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SVN/Dump/Headers.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SVN/Dump/Reader.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SVN/Dump/Record.pm Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SVN::Dump::Text.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SVN::Dump::Property.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SVN::Dump::Headers.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SVN::Dump::Record.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SVN::Dump::Reader.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SVN::Dump.3 Appending installation info to /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/perllocal.pod