]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiAuth.pm
lei q: support IMAP/IMAPS --output destinations
[public-inbox.git] / lib / PublicInbox / LeiAuth.pm
index 7acb9900a3bdcf0c9c7947d8147f2cc276397b61..bf0110ed85a1199b00c213e1c28813e5b4f9d5be 100644 (file)
@@ -63,7 +63,7 @@ sub ipc_atfork_child {
 }
 
 sub new {
-       my ($cls, $nrd) = @_;
+       my ($cls, $nrd) = @_; # nrd may be NetReader or descendant (NetWriter)
        bless { nrd => $nrd }, $cls;
 }