Checking if your kit is complete... Looks good Writing Makefile for Acme::Bleach::Numerically Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Acme/Bleach/Numerically.pm blib\lib\Acme\Bleach\Numerically.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-Require......1..3 Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Acme-Bleach-Numerically\blib\lib/Acme/Bleach/Numerically.pm line 8 ok 1 - require Acme::Bleach::Numerically; ok 2 - main->can(...) ok 3 - can not &bogus ok t/01-RoundTrip....1..27 Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Acme-Bleach-Numerically\blib\lib/Acme/Bleach/Numerically.pm line 8 ok 1 - str2num('') is 0 ok 2 - num2str(0) is '' ok 3 - ascii table ok 4 - \# ok 5 - \# $Id: 01-RoundTrip.t,v 0.1 2005/08/30 01:32:11 dankogai Exp $ ok 6 - \# ok 7 - use strict; ok 8 - use Test::More tests => 27; ok 9 - require Acme::Bleach::Numerically; ok 10 - Acme::Bleach::Numerically->import(qw/num2str str2num/); # You named your test ' '. You shouldn't use numbers for your test names. # Very confusing. ok 11 - ok 12 - is(str2num(''), 0, qq(str2num('') is 0)); ok 13 - is(num2str(0), '', qq(num2str(0) is '')); # You named your test ' '. You shouldn't use numbers for your test names. # Very confusing. ok 14 - ok 15 - my $ascii = join '', map {chr} (0..255); ok 16 - is(num2str(str2num($ascii)), $ascii, "ascii table"); # You named your test ' '. You shouldn't use numbers for your test names. # Very confusing. ok 17 - ok 18 - open my $fh, "<:raw", $0 or die "$0 : $!"; ok 19 - my @lines = <$fh>; ok 20 - my $file = join '', @lines; ok 21 - close $fh; chomp @lines; ok 22 - for my $line (@lines){ ok 23 - is(num2str(str2num($line)), $line, $line); ok 24 - } ok 25 - is(num2str(str2num($file)), $file, "Whole File"); ok 26 - __END__ ok 27 - Whole File ok All tests successful. Files=2, Tests=30, 7 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Acme\Bleach\Numerically.html Installing C:\cpanrun\build\5-10-0\site\lib\Acme\Bleach\Numerically.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod