]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/InboxWritable.pm
nntp: get_range: return scalarref for $beg
[public-inbox.git] / lib / PublicInbox / InboxWritable.pm
index c73910acb30a754329bf5ce58e998a8775642b3f..d83912511451af8f5b14fc295616c88faa43ef1c 100644 (file)
@@ -257,4 +257,8 @@ sub umask_prepare {
        $self->{umask} = $umask;
 }
 
+sub cleanup ($) {
+       delete @{$_[0]}{qw(over mm git search)};
+}
+
 1;