clean up
Matt S Trout [Thu, 3 Oct 2019 03:36:40 +0000 (03:36 +0000)]
lib/SQL/Abstract.pm

index 5ed6fcf..6389394 100644 (file)
@@ -3458,11 +3458,17 @@ When supplied with a coderef, it is called as:
 
 =back
 
-=head1 NEW METHODS
+=head1 NEW METHODS (EXPERIMENTAL)
 
 See L<SQL::Abstract::Reference> for the C<expr> versus C<aqt> 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);