Checking for Text::LineEditor (only needed for example client) ... got it Checking if your kit is complete... Looks good Writing Makefile for Net::Goofey cp lib/Net/Goofey.pm blib/lib/Net/Goofey.pm Manifying blib/man3/Net::Goofey.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-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 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 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 in scalar chomp at test.pl line 21 (#1) Can't open password file '/home/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 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 Installing /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Net/Goofey.pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/man/man3/Net::Goofey.3 Appending installation info to /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi/perllocal.pod