--- Compress-LZF/LZF.pm 2005/03/08 20:12:54 1.19 +++ Compress-LZF/LZF.pm 2007/05/09 13:10:43 1.24 @@ -1,6 +1,6 @@ =head1 NAME -Compress::LZF - extremely light-weight Lev-Zimpel-Free compression +Compress::LZF - extremely light-weight Lempel-Ziv-Free compression =head1 SYNOPSIS @@ -25,7 +25,7 @@ I space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-contained and very small (no large library to be pulled in). It is also free, so there should be no problems -incoporating this module into commercial programs. +incorporating this module into commercial programs. I have no idea wether any patents in any countries apply to this algorithm, but at the moment it is believed that it is free from any @@ -86,7 +86,7 @@ =head2 Compress::LZF::set_serializer $package, $freeze, $thaw Set the serialize module and functions to use. The default is "Storable", -"Storable::mstore" and "Storable::mretrieve", which should be fine for +"Storable::net_mstore" and "Storable::mretrieve", which should be fine for most purposes. =head1 SEE ALSO @@ -111,7 +111,7 @@ require Exporter; require DynaLoader; -$VERSION = '1.5'; +$VERSION = '1.8'; @ISA = qw/Exporter DynaLoader/; %EXPORT_TAGS = ( freeze => [qw(sfreeze sfreeze_cr sfreeze_c sthaw)],