X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FIMAPdeflate.pm;fp=lib%2FPublicInbox%2FIMAPdeflate.pm;h=b98a069d9b6d00feb8e7f1aeb520c6d36e34ea45;hp=42daa6cffaaa37f75b581e4665ebfece65cf8a77;hb=ee89a532ef91716e7e1a964f0f6f8d25428937ae;hpb=8a87dfcb8c310337a0b737ac478ce3b17d223dec diff --git a/lib/PublicInbox/IMAPdeflate.pm b/lib/PublicInbox/IMAPdeflate.pm index 42daa6cf..b98a069d 100644 --- a/lib/PublicInbox/IMAPdeflate.pm +++ b/lib/PublicInbox/IMAPdeflate.pm @@ -9,7 +9,6 @@ use warnings; use 5.010_001; use base qw(PublicInbox::IMAP); use Compress::Raw::Zlib; -use Hash::Util qw(unlock_hash); # dependency of fields for perl 5.10+, anyways my %IN_OPT = ( -Bufsize => 1024, @@ -41,7 +40,6 @@ sub enable { $self->write(\"$tag BAD failed to activate compression\r\n"); return; } - unlock_hash(%$self); $self->write(\"$tag OK DEFLATE active\r\n"); bless $self, $class; $self->{zin} = $in;