Checking if your kit is complete... Looks good Writing Makefile for IO::Event cp rinetd.pl blib/lib/IO/rinetd.pl cp Event.pm blib/lib/IO/Event.pm cp Event.pod blib/lib/IO/Event.pod cp rinetd.pl blib/script/rinetd.pl /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/rinetd.pl Manifying blib/man1/rinetd.pl.1 Manifying blib/man3/IO::rinetd.3 Manifying blib/man3/IO::Event.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/callbacks....1..5 ok 1 # start listening on results socket ok 2 # input '2' != '2' on results socket ok 3 # input '3\n' != '3' on results socket ok 4 # loop finshed (7) ok 5 # all done ok t/forked.......1..115 # elsapsed: 0.202336 # PARENT looping # test lines end in \n ok 1 # CHILD closing # test lines end in \n ok 2 ok 3 ok 4 # CHILD closing # test lines end in \n ok 5 ok 6 ok 7 # CHILD closing # test lines end in \n ok 8 ok 9 ok 10 # CHILD closing # test lines end in \n ok 11 ok 12 ok 13 # CHILD closing # test paragraph mode ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 # CHILD closing # test paragraph mode ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 # CHILD closing # test paragraph mode ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 # CHILD closing # test paragraph mode ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 # CHILD closing # test paragraph mode ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 # CHILD closing # test paragraph mode, getlines ok 44 ok 45 ok 46 ok 47 # CHILD closing # test paragraph mode, getlines ok 48 ok 49 ok 50 ok 51 # CHILD closing # test paragraph mode, getlines ok 52 ok 53 ok 54 ok 55 # CHILD closing # test paragraph mode, getlines ok 56 ok 57 ok 58 ok 59 # CHILD closing # test paragraph mode, getlines ok 60 ok 61 ok 62 ok 63 # CHILD closing # test paragraph mode, getline, $/ set funny ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 # CHILD closing # test paragraph mode, getline, $/ set funny ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 # CHILD closing # test paragraph mode, getline, $/ set funny ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 # CHILD closing # test paragraph mode, getline, $/ set funny ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 # CHILD closing # test paragraph mode, getline, $/ set funny ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 # CHILD closing # test paragraph mode, getlines, $/ set funny ok 94 ok 95 ok 96 ok 97 # CHILD closing # test paragraph mode, getlines, $/ set funny ok 98 ok 99 ok 100 ok 101 # CHILD closing # test paragraph mode, getlines, $/ set funny ok 102 ok 103 ok 104 ok 105 # CHILD closing # test paragraph mode, getlines, $/ set funny ok 106 ok 107 ok 108 ok 109 # CHILD closing # test paragraph mode, getlines, $/ set funny ok 110 ok 111 ok 112 ok 113 # CHILD closing ok 114 ok 115 # SIGPIPE recevied in 32605 ok t/getline......1..21 ok 1 # start listening on results socket # starting copy one line: print method & get method ok 2 # copy one line: print method & get method # next # eof # starting copy one line: print method & getline method ok 3 # copy one line: print method & getline method # next # eof # starting copy two lines: print filehandle & ok 4 # copy two lines: print filehandle & # next # eof # starting copy two lines: printf filehandle & ok 5 # copy two lines: printf filehandle & # next # eof # starting copy 2x3 chars: print method & read filehandle ok 6 # copy 2x3 chars: print method & read filehandle # next # eof # starting copy 4 sets many lines: print method & array context # wait for more input ok 7 # copy 4 sets many lines: print method & array context # next # eof # starting copy 4 sets many lines: print method & scalar context # wait for more input ok 8 # copy 4 sets many lines: print method & scalar context # next # eof # starting copy 4 sets many lines: print method & with $/ funny # wait for more input ok 9 # copy 4 sets many lines: print method & with $/ funny # next # eof # starting copy 4 sets many lines: print method & scalar with $/ funny # wait for more input ok 10 # copy 4 sets many lines: print method & scalar with $/ funny # next # eof # starting copy 4 sets many lines: print method & scalar with $/ == 3 ok 11 # copy 4 sets many lines: print method & scalar with $/ == 3 # next # eof # starting copy 4 sets many lines: print method & with $/ == 3 ok 12 # copy 4 sets many lines: print method & with $/ == 3 # next # eof # starting copy 4 sets many lines: print method & with $/ == YYY # wait for more input ok 13 # copy 4 sets many lines: print method & with $/ == YYY # next # eof # starting copy 4 sets many lines: print method & with $/ == YYY & extra Y # wait for more input ok 14 # copy 4 sets many lines: print method & with $/ == YYY & extra Y # next # eof # starting copy 4 sets many lines: print method & scalar with $/ == YYY & extra Y # wait for more input ok 15 # copy 4 sets many lines: print method & scalar with $/ == YYY & extra Y # next # eof # starting copy 4 lines: print method & get method # wait for more input ok 16 # copy 4 lines: print method & get method # next # eof # starting copy 5x3 chars: print method & sysread method # wait for more input ok 17 # copy 5x3 chars: print method & sysread method # next # eof # starting copy 5x3 chars: print method & sysread method with offset # wait for more input ok 18 # copy 5x3 chars: print method & sysread method with offset # next # eof # starting copy 5x3 chars: print method & sysread filehandle # wait for more input ok 19 # copy 5x3 chars: print method & sysread filehandle # next # eof # starting copy 5x3 chars: print method & sysread filehandle with offset # wait for more input ok 20 # copy 5x3 chars: print method & sysread filehandle with offset # next # eof # starting getc & xungetc ok 21 # getc & xungetc # next ok t/multifork....ok 1 - one32616 # [ a-8 ] ok 2 - one32615 # [ a-7 ] ok 3 - one32614 # [ a-6 ] ok 4 - one32613 # [ a-5 ] ok 5 - one32612 # [ a-4 ] ok 6 - one32611 # [ a-3 ] ok 7 - one32610 # [ a-2 ] ok 8 - one32609 # [ a-1 ] ok 9 - one32617 # [ a-9 ] ok 10 - one32618 # [ a-10 ] ok 11 - two32609 # [ a-1 ] ok 12 - three32609 # [ a-1 ] ok 13 - four32609 # [ a-1 ] ok 14 - two32610 # [ a-2 ] ok 15 - three32610 # [ a-2 ] ok 16 - four32610 # [ a-2 ] ok 17 - two32612 # [ a-4 ] ok 18 - three32612 # [ a-4 ] ok 19 - four32612 # [ a-4 ] ok 20 - two32611 # [ a-3 ] ok 21 - three32611 # [ a-3 ] ok 22 - four32611 # [ a-3 ] ok 23 - one32619 # [ a-11 ] ok 24 - two32613 # [ a-5 ] ok 25 - three32613 # [ a-5 ] ok 26 - four32613 # [ a-5 ] ok 27 - two32616 # [ a-8 ] ok 28 - three32616 # [ a-8 ] ok 29 - four32616 # [ a-8 ] ok 30 - one32621 # [ a-13 ] ok 31 - one32620 # [ a-12 ] ok 32 - two32615 # [ a-7 ] ok 33 - three32615 # [ a-7 ] ok 34 - four32615 # [ a-7 ] ok 35 - two32614 # [ a-6 ] ok 36 - three32614 # [ a-6 ] ok 37 - four32614 # [ a-6 ] ok 38 - one32622 # [ a-14 ] ok 39 - one32623 # [ a-15 ] ok 40 - two32617 # [ a-9 ] ok 41 - three32617 # [ a-9 ] ok 42 - four32617 # [ a-9 ] ok 43 - two32618 # [ a-10 ] ok 44 - three32618 # [ a-10 ] ok 45 - four32618 # [ a-10 ] ok 46 - five32609 # [ a-1 ] ok 47 - five32610 # [ a-2 ] ok 48 - five32612 # [ a-4 ] ok 49 - five32611 # [ a-3 ] ok 50 - two32619 # [ a-11 ] ok 51 - three32619 # [ a-11 ] ok 52 - four32619 # [ a-11 ] ok 53 - five32613 # [ a-5 ] ok 54 - five32616 # [ a-8 ] ok 55 - two32621 # [ a-13 ] ok 56 - three32621 # [ a-13 ] ok 57 - four32621 # [ a-13 ] ok 58 - five32615 # [ a-7 ] ok 59 - two32620 # [ a-12 ] ok 60 - three32620 # [ a-12 ] ok 61 - four32620 # [ a-12 ] ok 62 - five32614 # [ a-6 ] ok 63 - two32622 # [ a-14 ] ok 64 - three32622 # [ a-14 ] ok 65 - four32622 # [ a-14 ] ok 66 - two32623 # [ a-15 ] ok 67 - three32623 # [ a-15 ] ok 68 - four32623 # [ a-15 ] ok 69 - five32617 # [ a-9 ] ok 70 - five32618 # [ a-10 ] ok 71 - six32609 # [ a-1 ] ok 72 - seven32609 # [ a-1 ] ok 73 - six32610 # [ a-2 ] ok 74 - seven32610 # [ a-2 ] ok 75 - six32612 # [ a-4 ] ok 76 - seven32612 # [ a-4 ] ok 77 - six32611 # [ a-3 ] ok 78 - seven32611 # [ a-3 ] ok 79 - five32619 # [ a-11 ] ok 80 - six32613 # [ a-5 ] ok 81 - seven32613 # [ a-5 ] ok 82 - six32616 # [ a-8 ] ok 83 - seven32616 # [ a-8 ] ok 84 - five32621 # [ a-13 ] ok 85 - six32615 # [ a-7 ] ok 86 - seven32615 # [ a-7 ] ok 87 - five32620 # [ a-12 ] ok 88 - six32614 # [ a-6 ] ok 89 - seven32614 # [ a-6 ] ok 90 - five32622 # [ a-14 ] ok 91 - five32623 # [ a-15 ] ok 92 - six32617 # [ a-9 ] ok 93 - seven32617 # [ a-9 ] ok 94 - six32618 # [ a-10 ] ok 95 - seven32618 # [ a-10 ] ok 96 - eight32609 # [ a-1 ] ok 97 - eight32610 # [ a-2 ] ok 98 - eight32612 # [ a-4 ] ok 99 - eight32611 # [ a-3 ] ok 100 - six32619 # [ a-11 ] ok 101 - seven32619 # [ a-11 ] ok 102 - eight32613 # [ a-5 ] ok 103 - eight32616 # [ a-8 ] ok 104 - six32621 # [ a-13 ] ok 105 - seven32621 # [ a-13 ] ok 106 - eight32615 # [ a-7 ] ok 107 - six32620 # [ a-12 ] ok 108 - seven32620 # [ a-12 ] ok 109 - eight32614 # [ a-6 ] ok 110 - six32622 # [ a-14 ] ok 111 - seven32622 # [ a-14 ] ok 112 - six32623 # [ a-15 ] ok 113 - seven32623 # [ a-15 ] ok 114 - eight32617 # [ a-9 ] ok 115 - eight32618 # [ a-10 ] ok 116 - nine32609 # [ a-1 ] ok 117 - nine32610 # [ a-2 ] ok 118 - nine32612 # [ a-4 ] ok 119 - nine32611 # [ a-3 ] ok 120 - eight32619 # [ a-11 ] ok 121 - nine32613 # [ a-5 ] ok 122 - nine32616 # [ a-8 ] ok 123 - eight32621 # [ a-13 ] ok 124 - nine32615 # [ a-7 ] ok 125 - eight32620 # [ a-12 ] ok 126 - nine32614 # [ a-6 ] ok 127 - eight32622 # [ a-14 ] ok 128 - eight32623 # [ a-15 ] ok 129 - nine32617 # [ a-9 ] ok 130 - nine32618 # [ a-10 ] ok 131 - ten32609 # [ a-1 ] ok 132 - plan followed # a-1 ok 133 - ten32610 # [ a-2 ] ok 134 - plan followed # a-2 ok 135 - nine32619 # [ a-11 ] ok 136 - ten32612 # [ a-4 ] ok 137 - plan followed # a-4 ok 138 - ten32611 # [ a-3 ] ok 139 - plan followed # a-3 ok 140 - ten32613 # [ a-5 ] ok 141 - plan followed # a-5 ok 142 - ten32616 # [ a-8 ] ok 143 - plan followed # a-8 ok 144 - nine32621 # [ a-13 ] ok 145 - ten32615 # [ a-7 ] ok 146 - plan followed # a-7 ok 147 - nine32620 # [ a-12 ] ok 148 - ten32614 # [ a-6 ] ok 149 - plan followed # a-6 ok 150 - nine32622 # [ a-14 ] ok 151 - nine32623 # [ a-15 ] ok 152 - ten32617 # [ a-9 ] ok 153 - plan followed # a-9 ok 154 - ten32618 # [ a-10 ] ok 155 - plan followed # a-10 ok 156 - ten32619 # [ a-11 ] ok 157 - plan followed # a-11 ok 158 - ten32621 # [ a-13 ] ok 159 - plan followed # a-13 ok 160 - ten32620 # [ a-12 ] ok 161 - plan followed # a-12 ok 162 - ten32622 # [ a-14 ] ok 163 - plan followed # a-14 ok 164 - ten32623 # [ a-15 ] ok 165 - plan followed # a-15 ok 166 - clean shutdown # 1..166 ok All tests successful. Files=4, Tests=307, 17 wallclock secs ( 0.88 cusr + 0.37 csys = 1.25 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/IO/rinetd.html Installing /home/cpanrun/build/5.10.0/html/site/lib/IO/Event.html Installing /home/cpanrun/build/5.10.0/html/bin/rinetd.html Installing /home/cpanrun/build/5.10.0/site/lib/IO/rinetd.pl Installing /home/cpanrun/build/5.10.0/site/lib/IO/Event.pm Installing /home/cpanrun/build/5.10.0/site/lib/IO/Event.pod Installing /home/cpanrun/build/5.10.0/site/man/man1/rinetd.pl.1 Installing /home/cpanrun/build/5.10.0/site/man/man3/IO::rinetd.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/IO::Event.3 Installing /home/cpanrun/build/5.10.0/site/bin/rinetd.pl Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod