This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Throw away uncleanable scopes when exiting a pseudo-forked process.
[perl5.git] / cpan / List-Util / README
1 This distribution is a replacement for the builtin distribution.
2
3 This package contains a selection of subroutines that people have
4 expressed would be nice to have in the perl core, but the usage would not
5 really be high enough to warrant the use of a keyword, and the size so
6 small such that being individual extensions would be wasteful.
7
8 After unpacking the distribution, to install this module type
9  
10         perl Makefile.PL
11         make
12         make test
13         make install
14
15 KNOWN BUGS
16
17 There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will
18 show up as tests 8 and 9 of dualvar.t failing
19
20
21 Copyright (c) 1997-2006 Graham Barr <gbarr@pobox.com>. All rights reserved.
22 This library is free software; you can redistribute it and/or
23 modify it under the same terms as Perl itself.