From: Eric Wong Date: Tue, 4 Feb 2020 04:44:25 +0000 (+0000) Subject: over: simplify read-only vs read-write checking X-Git-Tag: v1.3.0~16 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=253a86b7bf4a3d81118e91f4ebb77844cfbd2b32;hp=253a86b7bf4a3d81118e91f4ebb77844cfbd2b32;p=public-inbox.git 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. ---