Standardize the Moo import block, move quote_sub/qsub into ::_Util
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 18 Jul 2014 16:21:20 +0000 (18:21 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 21 Jul 2014 10:54:33 +0000 (12:54 +0200)
commit7f9a3f70074c5d4eb4e8260648f055b7556a7a4f
tree02683de47622c042bee9b5c2d1834f50332784e1
parent01b25f121c701218255c44a5037f1c57c8a00382
Standardize the Moo import block, move quote_sub/qsub into ::_Util

This way we will have less boilerplate in subsequent commits where we
will use quote_sub standalone

Add yet another test to make absolutely sure quote_sub won't leak any of the
strictures insanity
lib/DBIx/Class/Storage/BlockRunner.pm
lib/DBIx/Class/Storage/Statistics.pm
lib/DBIx/Class/_Util.pm
t/53lean_startup.t
xt/quote_sub.t [new file with mode: 0644]