Checking if your kit is complete... Looks good Writing Makefile for Math::Polygon cp lib/Math/Polygon.pod blib/lib/Math/Polygon.pod cp lib/Math/Polygon.pm blib/lib/Math/Polygon.pm cp lib/Math/Polygon/Transform.pm blib/lib/Math/Polygon/Transform.pm cp lib/Math/Polygon/Clip.pm blib/lib/Math/Polygon/Clip.pm cp lib/Math/Polygon/Surface.pm blib/lib/Math/Polygon/Surface.pm cp lib/Math/Polygon/Clip.pod blib/lib/Math/Polygon/Clip.pod cp lib/Math/Polygon/Surface.pod blib/lib/Math/Polygon/Surface.pod cp lib/Math/Polygon/Transform.pod blib/lib/Math/Polygon/Transform.pod cp lib/Math/Polygon/Calc.pod blib/lib/Math/Polygon/Calc.pod cp lib/Math/Polygon/Calc.pm blib/lib/Math/Polygon/Calc.pm Manifying blib/man3/Math::Polygon.3 Manifying blib/man3/Math::Polygon::Clip.3 Manifying blib/man3/Math::Polygon::Surface.3 Manifying blib/man3/Math::Polygon::Transform.3 Manifying blib/man3/Math::Polygon::Calc.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/10box........1..2 ok 1 ok 2 ok t/11size.......1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/12beauty.....1..24 ok 1 - nr points, single point ok 2 - nr points, line ok 3 - nr points, triangle ok 4 ok 5 - nr points, triangle with spike, no despike ok 6 ok 7 - nr points, triangle with spike ok 8 ok 9 - nr points, triangle with spike, no despike ok 10 ok 11 - nr points, triangle with spike ok 12 ok 13 - nr points, triangle with spike, no despike ok 14 ok 15 - nr points, triangle with spike ok 16 ok 17 - nr points, square with extra points ok 18 ok 19 - nr points, square with many superfluous points ok 20 ok 21 - nr points, square with mixed superfluous points ok 22 ok 23 - nr points, doubles ok 24 ok t/13rot........1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/14inside.....1..7 ok 1 - (-1,0) ok 2 - (0,-1) ok 3 - (10,10) ok 4 - (1,0) ok 5 - (-1,-1.5) ok 6 - (0,0) ok 7 - (-1,-1) ok t/30cross......1..68 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok t/31clipl......1..132 ok 1 - nr fragments, single point inside ok 2 - points in fragment 0 ok 3 - X 0,0 ok 4 - Y 0,0 ok 5 - nr fragments, single point outside ok 6 - nr fragments, whole outside ok 7 - points in fragment 0 ok 8 - X 0,0 ok 9 - Y 0,0 ok 10 - X 0,1 ok 11 - Y 0,1 ok 12 - X 0,2 ok 13 - Y 0,2 ok 14 - X 0,3 ok 15 - Y 0,3 ok 16 - X 0,4 ok 17 - Y 0,4 ok 18 - X 0,5 ok 19 - Y 0,5 ok 20 - X 0,6 ok 21 - Y 0,6 ok 22 - X 0,7 ok 23 - Y 0,7 ok 24 - X 0,8 ok 25 - Y 0,8 ok 26 - nr fragments, whole inside ok 27 - nr fragments, one piece ok 28 - points in fragment 0 ok 29 - X 0,0 ok 30 - Y 0,0 ok 31 - X 0,1 ok 32 - Y 0,1 ok 33 - X 0,2 ok 34 - Y 0,2 ok 35 - X 0,3 ok 36 - Y 0,3 ok 37 - nr fragments, two pieces ok 38 - points in fragment 0 ok 39 - X 0,0 ok 40 - Y 0,0 ok 41 - X 0,1 ok 42 - Y 0,1 ok 43 - X 0,2 ok 44 - Y 0,2 ok 45 - X 0,3 ok 46 - Y 0,3 ok 47 - points in fragment 1 ok 48 - X 1,0 ok 49 - Y 1,0 ok 50 - X 1,1 ok 51 - Y 1,1 ok 52 - X 1,2 ok 53 - Y 1,2 ok 54 - X 1,3 ok 55 - Y 1,3 ok 56 - nr fragments, two pieces reverse ok 57 - points in fragment 0 ok 58 - X 0,0 ok 59 - Y 0,0 ok 60 - X 0,1 ok 61 - Y 0,1 ok 62 - X 0,2 ok 63 - Y 0,2 ok 64 - X 0,3 ok 65 - Y 0,3 ok 66 - points in fragment 1 ok 67 - X 1,0 ok 68 - Y 1,0 ok 69 - X 1,1 ok 70 - Y 1,1 ok 71 - X 1,2 ok 72 - Y 1,2 ok 73 - X 1,3 ok 74 - Y 1,3 ok 75 - nr fragments, two glued pieces ok 76 - points in fragment 0 ok 77 - X 0,0 ok 78 - Y 0,0 ok 79 - X 0,1 ok 80 - Y 0,1 ok 81 - X 0,2 ok 82 - Y 0,2 ok 83 - X 0,3 ok 84 - Y 0,3 ok 85 - points in fragment 1 ok 86 - X 1,0 ok 87 - Y 1,0 ok 88 - X 1,1 ok 89 - Y 1,1 ok 90 - X 1,2 ok 91 - Y 1,2 ok 92 - X 1,3 ok 93 - Y 1,3 ok 94 - nr fragments, two glued pieces reverse ok 95 - points in fragment 0 ok 96 - X 0,0 ok 97 - Y 0,0 ok 98 - X 0,1 ok 99 - Y 0,1 ok 100 - X 0,2 ok 101 - Y 0,2 ok 102 - X 0,3 ok 103 - Y 0,3 ok 104 - points in fragment 1 ok 105 - X 1,0 ok 106 - Y 1,0 ok 107 - X 1,1 ok 108 - Y 1,1 ok 109 - X 1,2 ok 110 - Y 1,2 ok 111 - X 1,3 ok 112 - Y 1,3 ok 113 - nr fragments, complex cut ok 114 - points in fragment 0 ok 115 - X 0,0 ok 116 - Y 0,0 ok 117 - X 0,1 ok 118 - Y 0,1 ok 119 - points in fragment 1 ok 120 - X 1,0 ok 121 - Y 1,0 ok 122 - X 1,1 ok 123 - Y 1,1 ok 124 - X 1,2 ok 125 - Y 1,2 ok 126 - points in fragment 2 ok 127 - X 2,0 ok 128 - Y 2,0 ok 129 - X 2,1 ok 130 - Y 2,1 ok 131 - X 2,2 ok 132 - Y 2,2 ok t/32clipf1.....1..3 ok 1 - overlapping squares ok 2 ok 3 - take all ok t/40resize.....1..7 ok 1 - identity ok 2 - xscale 3 ok 3 - yscale 4 ok 4 - x-yscale 3-4 ok 5 - scale 5 ok 6 - identity with center ok 7 - scale 2 with center ok t/41move.......1..3 ok 1 - identity ok 2 - identity ok 3 - move 1,-1 ok t/42rotate.....1..6 ok 1 - identity ok 2 - identity ok 3 - identity ok 4 - rotate +90 ok 5 - rotate -90 ok 6 - rotate 90 around [3,4] ok t/43grid.......1..4 ok 1 - identity ok 2 - grid 1 ok 3 - grid 2.5 ok 4 - grid 0.5 ok t/44mirror.....1..8 ok 1 - x=1 ok 2 - y=1 ok 3 - y=x ok 4 - x=1 ok 5 - y=-x-1 ok 6 - y=x ok 7 - y=-x-1 ok 8 - x=1 ok t/45simple.....1..11 ok 1 - default ok 2 - resolution 0.11 ok 3 - resolution 0.11 ok 4 - default no ring ok 5 - resolution 0.11 no ring ok 6 - resolution 0.11 no ring ok 7 - identity ok 8 - identity ok 9 - simple ok 10 - max 4 (ring => 5 left) ok 11 - max 5 (no ring) ok t/90polygon....1..36 ok 1 ok 2 - The object isa Math::Polygon ok 3 ok 4 ok 5 ok 6 ok 7 - got point ok 8 ok 9 ok 10 - got one point ok 11 ok 12 ok 13 ok 14 - The object isa Math::Polygon ok 15 ok 16 ok 17 - The object isa Math::Polygon ok 18 ok 19 ok 20 - got point from q (not p) ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok t/91surface....1..16 ok 1 ok 2 - The object isa Math::Polygon::Surface ok 3 ok 4 - The object isa Math::Polygon ok 5 ok 6 ok 7 ok 8 - The object isa Math::Polygon::Surface ok 9 ok 10 - The object isa Math::Polygon ok 11 ok 12 ok 13 - The object isa Math::Polygon ok 14 ok 15 - The object isa Math::Polygon ok 16 ok All tests successful. Files=16, Tests=349, 17 wallclock secs (14.84 cusr + 0.84 csys = 15.68 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Transform.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Clip.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Surface.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Clip.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Surface.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Transform.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Calc.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Math/Polygon/Calc.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Math::Polygon.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Math::Polygon::Clip.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Math::Polygon::Surface.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Math::Polygon::Transform.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Math::Polygon::Calc.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Math/Polygon/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod