]> Sergey Matveev's repositories - public-inbox.git/commit
localize $/ when using chomp
authorEric Wong <e@80x24.org>
Wed, 27 Jul 2016 22:28:26 +0000 (22:28 +0000)
committerEric Wong <e@80x24.org>
Wed, 27 Jul 2016 22:28:51 +0000 (22:28 +0000)
commite0b7cf5eb5e6828d07094fa44be67e2d7d63e722
tree7e83f74f701cdbf5e6a31520871ab1457813555d
parent6cf4ed00cfe766141572511d4ab2016cd6dafe46
localize $/ when using chomp

Callers may have localized $/ to something else, so make sure
we chomp the expected character(s) when calling chomp.
lib/PublicInbox/Import.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/SaPlugin/ListMirror.pm