--- Compress-LZF/LZF.pm 2002/09/05 05:25:21 1.11 +++ Compress-LZF/LZF.pm 2007/04/16 20:05:33 1.23 @@ -1,6 +1,6 @@ =head1 NAME -Compress::LZF - extremely leight-weight Lev-Zimpel-Free compression +Compress::LZF - extremely light-weight Lempel-Ziv-Free compression =head1 SYNOPSIS @@ -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 @@ -100,7 +100,7 @@ =head1 AUTHOR This perl extension and the underlying liblzf were written by Marc Lehmann - (See also http://liblzf.plan9.de/). + (See also http://liblzf.plan9.de/). =head1 BUGS @@ -111,7 +111,7 @@ require Exporter; require DynaLoader; -$VERSION = 0.1044; +$VERSION = '1.8'; @ISA = qw/Exporter DynaLoader/; %EXPORT_TAGS = ( freeze => [qw(sfreeze sfreeze_cr sfreeze_c sthaw)],