gbarr / Scalar-List-Utils

Scalar::Util and List::Util perl modules

This URL has Read+Write access

name age message
file Changes Loading commit data...
file MANIFEST Fri May 20 08:15:37 -0700 2005 * Change to refaddr.t test to avoid false err... [Graham Barr]
file Makefile.PL
file README Fri May 20 08:15:37 -0700 2005 * Change to refaddr.t test to avoid false err... [Graham Barr]
file SIGNATURE
file Util.xs
directory lib/
file mytypemap Tue May 25 10:59:14 -0700 2004 Convert to use Module::Install [Graham Barr]
directory t/ Fri May 20 08:15:37 -0700 2005 * Change to refaddr.t test to avoid false err... [Graham Barr]
README
This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.

After unpacking the distribution, to install this module type
 
        perl Makefile.PL
        make
        make test
        make install

This distribution provides

  min
  max
  minstr
  maxstr
  sum
  reduce
  reftype
  blessed
  weaken   (5.005_57 and later only)
  isweak   (5.005_57 and later only)
  dualvar
  shuffle

KNOWN BUGS

There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will
show up as tests 8 and 9 of dualvar.t failing


Copyright (c) 1997-2005 Graham Barr <gbarr@pobox.com>. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.