diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 16:20:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 16:20:28 +0000 |
commit | e505b8249ffa50fff52b65da8e9069b8fc1bdee8 (patch) | |
tree | ccf7ff79034a221050c5a424d92c63793979a0b9 /ext/List-Util/README | |
parent | 2c864a0811fbe4cad763045a119f93a241340a2f (diff) | |
download | perl-e505b8249ffa50fff52b65da8e9069b8fc1bdee8.tar.gz |
Rename ext/List/Util as ext/List-Util
Diffstat (limited to 'ext/List-Util/README')
-rw-r--r-- | ext/List-Util/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ext/List-Util/README b/ext/List-Util/README new file mode 100644 index 0000000000..4fa789eb52 --- /dev/null +++ b/ext/List-Util/README @@ -0,0 +1,23 @@ +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. |