From: Matt S Trout Date: Mon, 7 Oct 2019 01:47:18 +0000 (+0000) Subject: rename and mention example X-Git-Tag: v1.90_01~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=743bef59c12e40f9842cf42c4369225ecb214248;p=dbsrgits%2FSQL-Abstract.git rename and mention example --- diff --git a/examples/dbicbits b/examples/bangdbic similarity index 100% rename from examples/dbicbits rename to examples/bangdbic diff --git a/lib/SQL/Abstract/Plugin/BangOverrides.pm b/lib/SQL/Abstract/Plugin/BangOverrides.pm index 646a70a..29cf645 100644 --- a/lib/SQL/Abstract/Plugin/BangOverrides.pm +++ b/lib/SQL/Abstract/Plugin/BangOverrides.pm @@ -55,7 +55,7 @@ of '!name' is encountered, if its value is a coderef, it's called with the original value of the 'name' clause and expected to return a replacement, and if not, it's simply used as a direct replacement. -So, given appropriate DBIC setup: +So, given appropriate DBIC setup (see C): $s->storage->sqlmaker->plugin('+ExtraClauses')->plugin('+BangOverrides');