]> Sergey Matveev's repositories - public-inbox.git/commit
ensure bytes::length is available to callers
authorEric Wong <e@80x24.org>
Wed, 13 Feb 2019 22:44:42 +0000 (22:44 +0000)
committerEric Wong <e@80x24.org>
Wed, 13 Feb 2019 22:55:11 +0000 (22:55 +0000)
commit17b71a0c6265677275718771b35adb08ed480db8
treea05c27bd460a24aa5f5c3de7b07d16d5829b5120
parente74c5fbca438166ce99f3466cf960c3baf8805b2
ensure bytes::length is available to callers

We were relying on Danga::Socket using the "bytes" pragma,
previously.  Nowadays, the "bytes" pragma is not recommended in
general, but bytes::length remains acceptable for getting the
byte-size of a scalar.
lib/PublicInbox/HTTP.pm
lib/PublicInbox/View.pm
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwAttach.pm
lib/PublicInbox/WwwHighlight.pm
lib/PublicInbox/WwwText.pm
t/psgi_search.t
t/search-thr-index.t