Simplify DBIHacks order_by scan generator
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 21 Sep 2015 23:35:29 +0000 (01:35 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 23 Sep 2015 10:53:21 +0000 (12:53 +0200)
commit66bbb12ce3d768107894cd383fb95e360ec21ae3
treeff3c487cd1b6663ce9c1876739d7214cf490faf4
parent71b788fb0a6ec693cb27c44e326f01a219caf1a4
Simplify DBIHacks order_by scan generator

There is no need to call out all the way to _extract_order_criteria -
we can do the necessary mangling ourselves
lib/DBIx/Class/Storage/DBIHacks.pm