public
Description: Scalar::Util and List::Util perl modules
Homepage: http://search.cpan.org/dist/Scalar-List-Utils/
Clone URL: git://github.com/gbarr/Scalar-List-Utils.git
name age message
file .gitignore Mon May 11 20:24:36 -0700 2009 Make more drop-in for core perl [gbarr]
file Changes Wed May 13 14:51:19 -0700 2009 Release 1.20 [gbarr]
file ListUtil.xs Mon May 11 20:24:36 -0700 2009 Make more drop-in for core perl [gbarr]
file MANIFEST Wed May 13 12:47:09 -0700 2009 Add stack-corruption.t from core Test skipped ... [gbarr]
file MANIFEST.SKIP Tue May 05 19:39:55 -0700 2009 Remove Module::Install and just use EU::MM [gbarr]
file Makefile.PL Wed May 13 14:41:55 -0700 2009 Revert minimum version needed to 5.6 add SKIP ... [gbarr]
file README Sat Dec 09 05:00:28 -0800 2006 [gbarr]
directory lib/ Wed May 13 14:41:25 -0700 2009 Reimplement perl version of reftype and blessed... [gbarr]
file multicall.h Sun Dec 10 08:24:24 -0800 2006 fix the issue reported by Tassilo von Parseval.... [gbarr]
directory t/ Wed May 13 14:41:55 -0700 2009 Revert minimum version needed to 5.6 add SKIP ... [gbarr]
file xs_version.PL Wed Sep 03 09:21:57 -0700 2008 Add List::Util::XS List::Util::XS can be used ... [gbarr]
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

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-2006 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.