--- Compress-LZF/LZF.pm 2002/09/05 05:25:21 1.11 +++ Compress-LZF/LZF.pm 2005/03/08 20:12:54 1.19 @@ -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 @@ -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.5'; @ISA = qw/Exporter DynaLoader/; %EXPORT_TAGS = ( freeze => [qw(sfreeze sfreeze_cr sfreeze_c sthaw)],