gbarr / Scalar-List-Utils

Scalar::Util and List::Util perl modules

This URL has Read+Write access

Graham Barr (author)
Sat Nov 14 07:27:17 -0800 2009
name age message
file .gitignore Mon May 11 20:24:36 -0700 2009 Make more drop-in for core perl [Graham Barr]
file Changes Sat Nov 14 07:29:21 -0800 2009 Release 1.22 [Graham Barr]
file ListUtil.xs Sat Nov 14 06:42:11 -0800 2009 RT#51454 Check first argument to first/reduce i... [Graham Barr]
file MANIFEST Sat Nov 14 07:29:21 -0800 2009 Release 1.22 [Graham Barr]
file MANIFEST.SKIP Tue May 05 19:39:55 -0700 2009 Remove Module::Install and just use EU::MM [Graham Barr]
file Makefile.PL Thu May 14 19:52:25 -0700 2009 Do not attempt to modify files in blib after be... [Graham Barr]
file README Sat Dec 09 05:00:28 -0800 2006 [Graham Barr]
file XS.pp Thu May 14 19:52:25 -0700 2009 Do not attempt to modify files in blib after be... [Graham Barr]
directory lib/ Sat Nov 14 07:29:21 -0800 2009 Release 1.22 [Graham Barr]
file multicall.h Sun Dec 10 08:24:24 -0800 2006 fix the issue reported by Tassilo von Parseval.... [Graham Barr]
directory t/ Sat Nov 14 07:09:51 -0800 2009 fix file permissions on tests [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

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.