• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H08-Oct-2021-1,37983

t/H08-Oct-2021-3,0172,108

ChangesH A D08-Oct-202121.1 KiB714484

ListUtil.xsH A D08-Oct-202152.3 KiB2,1201,683

MANIFESTH A D08-Oct-2021795 5251

META.jsonH A D08-Oct-20211.4 KiB5958

META.ymlH A D08-Oct-2021753 2827

Makefile.PLH A D08-Apr-20202.4 KiB7561

READMEH A D10-Mar-2012795 2416

multicall.hH A D05-Dec-20124.5 KiB167130

ppport.hH A D12-Sep-2021531.4 KiB17,9185,261

README

1This distribution is a replacement for the builtin distribution.
2
3This package contains a selection of subroutines that people have
4expressed would be nice to have in the perl core, but the usage would not
5really be high enough to warrant the use of a keyword, and the size so
6small such that being individual extensions would be wasteful.
7
8After unpacking the distribution, to install this module type
9
10        perl Makefile.PL
11        make
12        make test
13        make install
14
15KNOWN BUGS
16
17There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will
18show up as tests 8 and 9 of dualvar.t failing
19
20
21Copyright (c) 1997-2006 Graham Barr <gbarr@pobox.com>. All rights reserved.
22This library is free software; you can redistribute it and/or
23modify it under the same terms as Perl itself.
24