Checking if your kit is complete... Looks good Writing Makefile for Scalar::Util::Numeric Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Scalar/Util/Numeric.pm blib\lib\Scalar\Util\Numeric.pm AutoSplitting blib\lib\Scalar\Util\Numeric.pm (blib\lib\auto\Scalar\Util\Numeric) C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap Numeric.xs > Numeric.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Numeric.xsc Numeric.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -O3 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Numeric.c Command line warning D4002 : ignoring unknown option '-O3' Numeric.c Running Mkbootstrap for Scalar::Util::Numeric () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Numeric.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Scalar::Util::Numeric\", 'DLBASE' => 'Numeric', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Scalar\Util\Numeric\Numeric.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Numeric.obj C:\cpanrun\build\5-10-0\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:Numeric.def Creating library blib\arch\auto\Scalar\Util\Numeric\Numeric.lib and object blib\arch\auto\Scalar\Util\Numeric\Numeric.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Scalar\Util\Numeric\Numeric.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Numeric.bs blib\arch\auto\Scalar\Util\Numeric\Numeric.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Scalar\Util\Numeric\Numeric.bs Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. 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/pod....................1..1 ok 1 - blib\lib\Scalar\Util\Numeric.pm ok t/Scalar-Util-Numeric....1..34 ok 1 - use Scalar::Util::Numeric; ok 2 - use Math::Complex; ok 3 - use Math::BigInt; ok 4 - isnum(0) == 1 ok 5 - isnum(1) == 1 ok 6 - isnum(-1) == 9 ok 7 - isnum('0.00') == 5 ok 8 - isnum(undef) == 0 ok 9 - isnum('A') == 0 ok 10 - isnum('A0') == 0 ok 11 - isnum('0A') == 0 ok 12 - isnum(\&ok) == 0 ok 13 - isuv($uvmax) == 1 ok 14 - isuv(-1) == 1 ok 15 - isbig($uvmax) == 0 ok 16 - isbig($uvmax + 1) == 1 ok 17 - isfloat(3.1415927) == 1 ok 18 - isfloat(-3.1415927) == 1 ok 19 - isfloat(3) == 0 ok 20 - isneg(-1) == 1 ok 21 - isneg(-3.1415927) == 1 ok 22 - isneg(1) == 0 ok 23 - isneg(3.1415927) == 0 ok 24 - isinf('Inf') == 1 ok 25 - isinf(3.1415927) == 0 ok 26 - isinf($Math::Complex::Inf) == 1 ok 27 - isint(-99) == -1 ok 28 - isint(0) == 1 ok 29 - isint(3.1415927) == 0 ok 30 - isint(-3.1415927) == 0 ok 31 - isint($uvmax) == 1 ok 32 - isint($Math::Complex::Inf) == 0 ok 33 - isnan('NaN') == 1 ok 34 - isnan(42) == 0 ok All tests successful. Files=2, Tests=35, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\Numeric.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\Numeric.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\Numeric.exp Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\Numeric.lib Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\Numeric.pdb Installing C:\cpanrun\build\5-10-0\html\site\lib\Scalar\Util\Numeric.html Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\autosplit.ix Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isbig.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isfloat.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isinf.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isint.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isnan.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isneg.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isnum.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Scalar\Util\Numeric\isuv.al Installing C:\cpanrun\build\5-10-0\site\lib\Scalar\Util\Numeric.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod