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

..03-May-2022-

lib/Set/IntSpan/H10-Dec-2008-942351

t/H10-Dec-2008-570494

ChangesH A D10-Dec-20081.5 KiB6243

MANIFESTH A D10-Dec-2008342 1716

META.ymlH A D10-Dec-2008564 2322

Makefile.PLH A D15-Oct-2008882 3426

READMEH A D01-Jul-2008533 3219

SIGNATUREH A D10-Dec-20081.6 KiB3932

README

1Set-IntSpan-Fast version 1.15
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11
12
13Alternatively, to install with Module::Build, you can use the following commands:
14
15    perl Build.PL
16    ./Build
17    ./Build test
18    ./Build install
19
20
21DEPENDENCIES
22
23    Data::Types
24    List::Util
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2006, 2007, Andy Armstrong
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.
32