From: Matt S Trout Date: Thu, 3 Oct 2019 03:36:40 +0000 (+0000) Subject: clean up X-Git-Tag: v1.90_01~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92d72227a50c23a8fb1a6dce4b43c74c47428476;p=dbsrgits%2FSQL-Abstract.git clean up --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 5ed6fcf..6389394 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -3458,11 +3458,17 @@ When supplied with a coderef, it is called as: =back -=head1 NEW METHODS +=head1 NEW METHODS (EXPERIMENTAL) See L for the C versus C concept and an explanation of what the below extensions are extending. +=head2 plugin + + $sqla->plugin('+Foo'); + +Enables plugin SQL::Abstract::Plugin::Foo. + =head2 render_expr my ($sql, @bind) = $sqla->render_expr($expr);