--- Compress-LZF/README 2005/03/08 20:16:09 1.1 +++ Compress-LZF/README 2006/07/07 15:47:10 1.2 @@ -1,5 +1,5 @@ NAME - Compress::LZF - extremely light-weight Lev-Zimpel-Free compression + Compress::LZF - extremely light-weight Lempel-Ziv-Free compression SYNOPSIS # import compress/decompress functions @@ -76,8 +76,8 @@ 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 most purposes. + "Storable", "Storable::net_mstore" and "Storable::mretrieve", which + should be fine for most purposes. SEE ALSO Other Compress::* modules, especially Compress::LZV1 (an older, less