Checking for Text::LineEditor (only needed for example client) ... got it Checking if your kit is complete... Looks good Writing Makefile for Net::Goofey Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Net/Goofey.pm blib\lib\Net\Goofey.pm 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 "-Iblib\lib" "-Iblib\arch" test.pl 1..4 ok 1 You cannot do these tests unless you already have a Goofey login. If you don't have a Goofey login name and password, press ^C now. Enter your Goofey username: Use of uninitialized value $goofeyname in scalar chomp at test.pl line 17 (#1) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl will try to tell you the name of the variable (if any) that was undefined. In some cases it cannot do this, so it also tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Enter your Goofey password: Use of uninitialized value $goofeypassword in scalar chomp at test.pl line 21 (#1) Can't open password file 'C:\cpanrun/.goofeypw': No such file or directory at blib\lib/Net/Goofey.pm line 463 (#2) (S inplace) The implicit opening of a file through use of the <> filehandle, either implicitly under the -n or -p command-line switches, or explicitly, failed for the indicated reason. Usually this is because you don't have read permission for a file which you named on the command line. readline() on closed filehandle PWD at blib\lib/Net/Goofey.pm line 465 (#3) (W closed) The filehandle you're reading from got itself closed sometime before now. Check your control flow. Use of uninitialized value $password in scalar chomp at blib\lib/Net/Goofey.pm line 466 (#1) ok 2 Use of uninitialized value in concatenation (.) or string at blib\lib/Net/Goofey.pm line 444 (#1) ok 3 ok 4 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Net\Goofey.html Installing C:\cpanrun\build\5-10-0\site\lib\Net\Goofey.pm Writing C:\cpanrun\build\5-10-0\site\lib\auto\Net\Goofey\.packlist Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod