summaryrefslogtreecommitdiff
path: root/ext/List/Util/README
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-15 02:07:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-15 02:07:47 +0000
commitf4a2945e37e7fde9d94fd91ab4bd8581bde8c1ec (patch)
tree2c4ee9ca36b1be1b1d0b0705dc490e4bb2ec1e10 /ext/List/Util/README
parentb331eff569892bc48ecf1dfb07fd993b8b19c1a4 (diff)
downloadperl-f4a2945e37e7fde9d94fd91ab4bd8581bde8c1ec.tar.gz
Add Scalar-List-Utils 1.02, from Graham Barr.
Now we have blessed, reftype, tainted, first, reduce, ... p4raw-id: //depot/perl@9702
Diffstat (limited to 'ext/List/Util/README')
-rw-r--r--ext/List/Util/README31
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.