diff options
Diffstat (limited to 'ext/List/Util/README')
-rw-r--r-- | ext/List/Util/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ext/List/Util/README b/ext/List/Util/README new file mode 100644 index 0000000000..086af5e64d --- /dev/null +++ b/ext/List/Util/README @@ -0,0 +1,31 @@ +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 + +Copyright (c) 1997-2000 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. |