Ok, now I'm thinking something is very broken. I installed Scalar::Util, but it apparently is not recognized. Crap.
[EMAIL PROTECTED] Scalar-List-Utils-1.19]# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for List::Util [EMAIL PROTECTED] Scalar-List-Utils-1.19]# make cp lib/List/Util.pm blib/lib/List/Util.pm cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm Manifying blib/man3/List::Util.3pm Manifying blib/man3/Scalar::Util.3pm [EMAIL PROTECTED] Scalar-List-Utils-1.19]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00version.....ok t/blessed.......ok t/dualvar.......skipped all skipped: dualvar requires XS version t/first.........ok 2/17 skipped: various reasons t/isvstring.....skipped all skipped: isvstring requires XS version t/lln...........ok t/max...........ok t/maxstr........ok t/min...........ok t/minstr........ok t/openhan.......ok t/p_blessed.....ok t/p_first.......ok t/p_lln.........ok t/p_max.........ok t/p_maxstr......ok t/p_min.........ok t/p_minstr......ok t/p_openhan.....ok t/p_readonly....ok t/p_reduce......ok t/p_refaddr.....ok t/p_reftype.....ok t/p_shuffle.....ok t/p_sum.........ok t/p_tainted.....ok t/proto.........skipped all skipped: set_prototype requires XS version t/readonly......ok t/reduce........ok 2/23 skipped: various reasons t/refaddr.......ok t/reftype.......ok t/shuffle.......ok t/sum...........ok t/tainted.......ok t/weak..........skipped all skipped: weaken requires XS version All tests successful, 4 tests and 4 subtests skipped. Files=35, Tests=331, 5 wallclock secs ( 4.20 cusr + 0.50 csys = 4.70 CPU) [EMAIL PROTECTED] Scalar-List-Utils-1.19]# make install Writing /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/List/Util/.packlist Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod [EMAIL PROTECTED] Scalar-List-Utils-1.19]# which perl /usr/bin/perl [EMAIL PROTECTED] Scalar-List-Utils-1.19]# perl -v This is perl, v5.8.8 built for i386-linux-thread-multi Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. [EMAIL PROTECTED] Scalar-List-Utils-1.19]# -- peecee ------------------------------------------------------------------------ peecee's Profile: http://forums.slimdevices.com/member.php?userid=786 View this thread: http://forums.slimdevices.com/showthread.php?t=33185 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
