projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cf5b7ab
)
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]
patch
|
blob
|
blame
|
history
lib/SQL/Abstract/Plugin/BangOverrides.pm
patch
|
blob
|
blame
|
history
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
(file)
--- 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<examples/bangdbic>):
$s->storage->sqlmaker->plugin('+ExtraClauses')->plugin('+BangOverrides');