morgon has asked for the wisdom of the Perl Monks concerning the following question:
I wonder if one can use DBIx::Class::SingletonRows with good confidence for production use.
On the one hand it does what I want, on the other hand the way it achieves it's goal is not instilling confidence (prefixing the original package-name with "DBIx::Class::SingletonRows::Cached::" and faking inheritance by implementing can and isa...)
Anyone with experiences to share?
Many thanks!
|
|---|