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

..03-May-2022-

inc/Devel/H08-Mar-2009-367155

lib/Set/IntSpan/Fast/H08-Mar-2009-218116

t/H08-Mar-2009-626540

ChangesH A D08-Mar-2009668 2816

MANIFESTH A D08-Mar-2009360 1918

META.ymlH A D08-Mar-2009599 2423

Makefile.PLH A D08-Mar-2009947 3830

READMEH A D02-Jul-20081.7 KiB4233

SIGNATUREH A D08-Mar-20091.7 KiB4134

XS.xsH A D08-Mar-20092.2 KiB123104

README

1Set-IntSpan-Fast-XS version 0.05
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
12COPYRIGHT AND LICENCE
13
14Copyright (c) 2008, Message Systems, Inc.
15All rights reserved.
16
17Redistribution and use in source and binary forms, with or
18without modification, are permitted provided that the following
19conditions are met:
20
21    * Redistributions of source code must retain the above copyright
22      notice, this list of conditions and the following disclaimer.
23    * Redistributions in binary form must reproduce the above copyright
24      notice, this list of conditions and the following disclaimer in
25      the documentation and/or other materials provided with the
26      distribution.
27    * Neither the name Message Systems, Inc. nor the names of its
28      contributors may be used to endorse or promote products derived
29      from this software without specific prior written permission.
30
31THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
32IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
33TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
34PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
35OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
36EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
37PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
38PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
39LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
40NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42