Checking if your kit is complete... Looks good Writing Makefile for PerlIO::subfile cp subfile.pm blib/lib/PerlIO/subfile.pm /Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap subfile.xs > subfile.xsc && mv subfile.xsc subfile.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" subfile.c Running Mkbootstrap for PerlIO::subfile () chmod 644 subfile.bs rm -f blib/arch/auto/PerlIO/subfile/subfile.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 subfile.o -o blib/arch/auto/PerlIO/subfile/subfile.bundle \ \ chmod 755 blib/arch/auto/PerlIO/subfile/subfile.bundle cp subfile.bs blib/arch/auto/PerlIO/subfile/subfile.bs chmod 644 blib/arch/auto/PerlIO/subfile/subfile.bs Manifying blib/man3/PerlIO::subfile.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/test....1..54 ok 1 ok 2 - seek to where subfile will start ok 3 ok 4 - Apply subfile discipline with binmode ok 5 - We should be at offset zero of the subfile ok 6 ok 7 - seek to the start of the subfile ok 8 - We should be at offset zero of the subfile again ok 9 ok 10 - seek forwards ok 11 ok 12 - seek backwards to the start ok 13 - read first 3 lines ok 14 ok 15 - Attempt to seek before the start of the subfile ok 16 ok 17 - We should start at offset zero of the subfile ok 18 ok 19 - We should start at offset zero of the subfile ok 20 ok 21 - That should be the last line ok 22 - Should be end of file ok 23 - seek to the start of the subfile ok 24 ok 25 - seek to the last line of subfile ok 26 ok 27 - Should be end of file again ok 28 - seek to last line of subfile ok 29 ok 30 - Should be end of file again again ok 31 - binmode ':subfile(start=-14)' ok 32 - Binmode should take us to the start of the subfile ok 33 - This should be the last line of numbers ok 34 - nest disciplines with another binmode ok 35 - slurp ok 36 - seek to the second line of the subfile ok 37 ok 38 - Attempt to seek before the start of the subfile ok 39 ok 40 - Attempt to seek beyond the end of the inner subfile. Passes on unix ok 41 - Beyond the end should indicate EOF ok 42 - should read undef as we are at eof ok 43 - read 11 to skip the capitals, layer perlio ok 44 - binmode ':subfile(end=23)' ok 45 - read first line not ok 46 - slurp other lines # TODO Fix this for :perlio layer - however doesn't affect ex::lib::zip # Failed (TODO) test 'slurp other lines' # at t/test.t line 211. # got: 'two # thre' # expected: 'two # three # four # five' ok 47 - read 11 to skip the capitals, layer stdio ok 48 - binmode ':subfile(end=23)' ok 49 - read first line ok 50 - slurp other lines ok 51 - read 11 to skip the capitals, layer unix ok 52 - binmode ':subfile(end=23)' ok 53 - read first line ok 54 - slurp other lines ok All tests successful. Files=1, Tests=54, 0 wallclock secs ( 0.13 cusr + 0.06 csys = 0.19 CPU) Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/build/5.10.0/site/lib/auto/PerlIO/subfile/subfile.bs Installing /Users/cpanrun/build/5.10.0/site/lib/auto/PerlIO/subfile/subfile.bundle Installing /Users/cpanrun/build/5.10.0/html/site/lib/PerlIO/subfile.html Installing /Users/cpanrun/build/5.10.0/site/lib/PerlIO/subfile.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/PerlIO::subfile.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod