Changed how the EXPERIMENTAL tag for subqueries and as_query is noted
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index c29d604..07357e2 100644 (file)
@@ -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<NOTE>: This feature is still experimental.
-
 =cut
 
 sub as_query { return shift->cursor->as_query(@_) }