Hi -- I am using MockObjects to unit test an app that uses Class::DBI objects. Many of my routines use the stringification properties of CDBI. When my mock object gets stringified, it becomes
or whatver. How can I add stringification to my mock objects? Thanks