From: Matt S Trout Date: Mon, 7 Oct 2019 01:47:18 +0000 (+0000) Subject: rename and mention example X-Git-Tag: v2.000000~3^2~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3194bf72e512d67c2ca3bf67e5b0df8df19e4e39;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');