]> Sergey Matveev's repositories - public-inbox.git/commit
over: simplify read-only vs read-write checking
authorEric Wong <e@yhbt.net>
Tue, 4 Feb 2020 04:44:25 +0000 (04:44 +0000)
committerEric Wong <e@yhbt.net>
Tue, 4 Feb 2020 21:39:56 +0000 (21:39 +0000)
commit253a86b7bf4a3d81118e91f4ebb77844cfbd2b32
treeda6b875b9d5f38be331b59adcdd37b5708a4c65a
parentfea03df0e2e95ad3ac44ac46d9c31da97fa2fde9
over: simplify read-only vs read-write checking

No need to call ref() and do a string comparison.  Add some
extra tests using the {ReadOnly} attribute in DBI.pm.
lib/PublicInbox/Over.pm
lib/PublicInbox/OverIdx.pm
t/over.t