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

..03-May-2022-

ex/H06-Apr-2017-134105

lib/Compress/H06-Apr-2017-19115

src/H06-Apr-2017-2,9001,755

t/H06-Apr-2017-8368

xt/H06-Apr-2017-11582

ChangesH A D06-Apr-20172.9 KiB9670

LZ4.xsH A D06-Apr-20172.8 KiB131112

MANIFESTH A D06-Apr-2017514 2827

META.jsonH A D06-Apr-20171 KiB4948

META.ymlH A D06-Apr-2017629 2726

Makefile.PLH A D25-Sep-20141.3 KiB5646

READMEH A D23-Mar-2017542 3018

ppport.hH A D06-Apr-201782.1 KiB3,4233,381

README

1Compress-LZ4
2============
3
4This module provides a Perl interface to the LZ4 (de)compressor.
5
6INSTALLATION
7
8To install this module type the following:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19    Test::More
20    XSLoader
21
22A C compiler is required to build this module.
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2012-2017 by gray <gray@cpan.org>
27
28This library is free software; you can redistribute it and/or modify it under
29the same terms as Perl itself.
30