Go to file
denghao 1772e1c167 changed debian/source/format to native 2022-09-27 15:43:55 +03:00
debian changed debian/source/format to native 2022-09-27 15:43:55 +03:00
lib Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
t Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
Changes Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
ListUtil.xs Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
MANIFEST Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
META.json Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
META.yml Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
Makefile.PL Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
README Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
multicall.h Import Upstream version 1.63 2022-09-27 15:43:53 +03:00
ppport.h Import Upstream version 1.63 2022-09-27 15:43:53 +03:00

README

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.