WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Math::Calculator cp lib/Math/Calculator.pm blib/lib/Math/Calculator.pm Manifying blib/man3/Math::Calculator.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basics..........ok 1 - use Math::Calculator; ok 2 - The object isa Math::Calculator ok 3 - one element on stack after push ok 4 - two elements on stack after push ok 5 - popped the five off of the stack ok 6 - current top of stack is 10 ok 7 - two elements on stack after second push ok 8 - stack emptied ok 9 - empty stack ok 10 - multi-item push ok 11 - 1 + 6 = 6 ok 12 - top element is now 6 ok 13 - stack emptied ok 14 - one element on stack after push ok 15 - two elements on stack after push ok 16 - 10 - 5 = 5 ok 17 - one element on stack after push ok 18 - 10 * 5 = 50 ok 19 - one element on stack after push ok 20 - 50 / 25 = 2 ok 21 - stack emptied ok 22 - push two twos, get two elements ok 23 - 6 / 3 = 2 ok 24 - stack emptied ok 25 - two elements after double push ok 26 - 3 % 4 = 3 ok 27 - stack emptied ok 28 - two elements after double push ok 29 - 2 ** 3 = 8 ok 30 - stack emptied ok 31 - two elements after double push ok 32 - cube_root(8) = 2 ok 33 - two elements after push ok 34 - 2 + 2 = 4 ok 35 - sqrt(4) = 2 ok 36 - duplicate top value ok 37 - duplicate top value (again) ok 38 - four elements after push ok 39 - twiddle top elements, 2 is on top ok 40 - twiddle top elements, 3 is on top ok 41 - quorem of (2,3) is (0, 2) ok 42 - scalar context divmod is 3 1..42 ok t/perl-critic.....1..0 # Skip define PERL_TEST_CRITIC to run these tests skipped all skipped: define PERL_TEST_CRITIC to run these tests 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.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/stacks..........ok 1 - use Math::Calculator; ok 2 - The object isa Math::Calculator ok 3 - start on default stack ok 4 - three items on default stack ok 5 - switch to stack two ok 6 - three items on stack two ok 7 - three items on default stack ok 8 - 25 + 35 = 60 ok 9 - access default stack ok 10 - access stack two ok 11 - pop two elements from default stack ok 12 - switch to default stack ok 13 - 20 + 30 = 50 ok 14 - from_to to push to two ok 15 - default stack: 10 ok 16 - stack two : 15, 60, 50 ok 17 - from_to to push to two ok 18 - default stack: 10, 60, 50 ok 19 - stack two : 15 ok 20 - don't switch to invalid stack 1..20 ok All tests successful, 3 tests skipped. Files=5, Tests=62, 1 wallclock secs ( 0.59 cusr + 0.15 csys = 0.74 CPU) Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Math/Calculator.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Math::Calculator.3 Appending installation info to /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/perllocal.pod