Properly fix corner case of non-comparing overload
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 19 May 2016 18:49:55 +0000 (20:49 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 19 May 2016 21:53:17 +0000 (23:53 +0200)
commit59d017a017e04267fddc5c90ac474032614cf5dd
tree59f49966b8b44ffbe43c8b70602306524ae12202
parentd699fb200cf56bab115f1fafc2573624d4bd7cd4
Properly fix corner case of non-comparing overload

Back in 096ab902a I stupidly introduced a distinction between blessed and
non-blessed structures in store_column. In retrospect this makes absolutely
no sense. It took me an embarrasingly long time to get my clue on, including
sending a bogus bugrport (with a patch FFS!!!) and wasting SYBER's time:
https://rt.cpan.org/Ticket/Display.html?id=114424

At least that shit never shipped :/
Changes
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Storage/DBI.pm