Wrap the macro arguments for ck_proto in ().
[p5sagit/p5-mst-13.2.git] / ext / List / Util / README
index 086af5e..4fa789e 100644 (file)
@@ -12,20 +12,12 @@ After unpacking the distribution, to install this module type
         make test
         make install
 
-This distribution provides
+KNOWN BUGS
 
-  min
-  max
-  minstr
-  maxstr
-  sum
-  reduce
-  reftype
-  blessed
-  weaken   (5.005_57 and later only)
-  isweak   (5.005_57 and later only)
-  dualvar
+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-2000 Graham Barr <gbarr@pobox.com>. All rights reserved.
+
+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.