rename and mention example
Matt S Trout [Mon, 7 Oct 2019 01:47:18 +0000 (01:47 +0000)]
examples/bangdbic [moved from examples/dbicbits with 100% similarity]
lib/SQL/Abstract/Plugin/BangOverrides.pm

similarity index 100%
rename from examples/dbicbits
rename to examples/bangdbic
index 646a70a..29cf645 100644 (file)
@@ -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<examples/bangdbic>):
 
   $s->storage->sqlmaker->plugin('+ExtraClauses')->plugin('+BangOverrides');