Checking if your kit is complete... Looks good Writing Makefile for UDPM cp UDPM.pm blib/lib/UDPM.pm Manifying blib/man3/UDPM.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/1.................ok t/2................. Run optional ASCII Interface test suite? (y|n) Use of uninitialized value in chomp at t/2.t line 16 (#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. Use of uninitialized value in pattern match (m//) at t/2.t line 18 (#1) ok, 30/31 skipped: ASCII Interface test suite bypassed. All tests successful, 30 subtests skipped. Files=2, Tests=209, 2 wallclock secs ( 1.97 cusr + 0.25 csys = 2.22 CPU) Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/UDPM.pm Installing /export/home/cpanrun/build/5.6.1/man/man3/UDPM.3 Appending installation info to /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/perllocal.pod