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

..03-May-2022-

ex/H12-May-2015-12495

lib/Compress/H12-May-2015-16012

src/H12-May-2015-1,9311,296

t/H12-May-2015-5745

xt/H12-May-2015-11582

ChangesH A D12-May-20153.2 KiB10071

MANIFESTH A D12-May-2015590 2827

META.jsonH A D12-May-20151 KiB4948

META.ymlH A D12-May-2015610 2726

Makefile.PLH A D12-May-20151.5 KiB6352

READMEH A D12-May-2015556 3018

Snappy.xsH A D12-May-20152 KiB9082

ppport.hH A D17-Aug-201375.5 KiB3,1623,120

README

1Compress-Snappy
2===============
3
4This module provides a Perl interface to Google's Snappy (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) 2011-2015 by gray <gray@cpan.org>
27
28This library is free software; you can redistribute it and/or modify it
29under the same terms as Perl itself.
30