--- Compress-LZF/LZF.pm 2002/09/05 04:44:55 1.10 +++ Compress-LZF/LZF.pm 2004/04/20 02:37:29 1.14 @@ -1,6 +1,6 @@ =head1 NAME -Compress::LZF - extremely leight-weight Lev-Zimpel-Free compression +Compress::LZF - extremely light-weight Lev-Zimpel-Free compression =head1 SYNOPSIS @@ -83,7 +83,7 @@ Recreate the original object from it's serialized representation. This function automatically detects all the different sfreeze formats. -=head2 Compress::LZF::set_serializer $package, $freeze, $store +=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 @@ -111,7 +111,7 @@ require Exporter; require DynaLoader; -$VERSION = 0.1044; +$VERSION = 0.1046; @ISA = qw/Exporter DynaLoader/; %EXPORT_TAGS = ( freeze => [qw(sfreeze sfreeze_cr sfreeze_c sthaw)],