ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZF/LZF.pm
(Generate patch)

Comparing Compress-LZF/LZF.pm (file contents):
Revision 1.33 by root, Sun Aug 25 18:13:26 2013 UTC vs.
Revision 1.34 by root, Sun Jun 28 17:40:38 2015 UTC

111"Storable::net_mstore" and "Storable::mretrieve", which should be fine for 111"Storable::net_mstore" and "Storable::mretrieve", which should be fine for
112most purposes. 112most purposes.
113 113
114=back 114=back
115 115
116=head1 SUPPORT FOR THE PERL MULTICORE SPECIFICATION
117
118This module supports the perl multicore specification
119(L<http://perlmulticore.schmorp.de/>) for all compression and
120decompression functions.
121
116=head1 SEE ALSO 122=head1 SEE ALSO
117 123
118Other Compress::* modules, especially Compress::LZV1 (an older, less 124Other Compress::* modules, especially Compress::LZV1 (an older, less
119speedy module that guarentees only 1 byte overhead worst case) and 125speedy module that guarentees only 1 byte overhead worst case) and
120Compress::Zlib. 126Compress::Zlib.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines