X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSet.pm;h=07357e2839db87937c3c7983c82d918c667307cb;hb=70bb942d89a34bc025ecf75f750c57fc9d2f4109;hp=c29d6048bc0f5a88f6e19861142a01e284397918;hpb=a112705be4ea33e9c001a71b77e28d373b054be3;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index c29d604..07357e2 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -1807,7 +1807,7 @@ sub _remove_alias { return \%unaliased; } -=head2 as_query +=head2 as_query (EXPERIMENTAL) =over 4 @@ -1821,8 +1821,6 @@ Returns the SQL query and bind vars associated with the invocant. This is generally used as the RHS for a subquery. -B: This feature is still experimental. - =cut sub as_query { return shift->cursor->as_query(@_) }