in reply to Re^2: How to override a mocked method with Test::MockDBI?
in thread How to override a mocked method with Test::MockDBI?

andreas1234567, you were clear. I meant try: *DBI::errstr = sub { return }; Test::MockDBI::errstr does not exist, there is only a errstr-keyed element in an argument to fake_module there.

Be well,
rir