lib/PublicInbox/LeiInspect.pm | 2 +- diff --git a/lib/PublicInbox/LeiInspect.pm b/lib/PublicInbox/LeiInspect.pm index 574da7a7eca8cbaf3f4d54e514c0e13da9193ba8..c277520c03b44eeca3717112607964809f10bc2b 100644 --- a/lib/PublicInbox/LeiInspect.pm +++ b/lib/PublicInbox/LeiInspect.pm @@ -74,7 +74,7 @@ my $doc = $xdb->get_document($docid); # raises my $data = $doc->get_data; $ent->{docid} = $docid; $ent->{data_length} = length($data); - $ent->{description} => $doc->get_description; + $ent->{description} = $doc->get_description; $ent->{$_} = $doc->$_ for (qw(termlist_count values_count)); my $cur = $doc->termlist_begin; my $end = $doc->termlist_end;