0.06000 changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index bab19ee..22e9129 100644 (file)
@@ -59,8 +59,6 @@ In the examples below, the following table classes are used:
 
 =item Return Value: $rs
 
-=item 
-
 =back
 
 The resultset constructor. Takes a source object (usually a
@@ -267,7 +265,7 @@ sub search_literal {
 
 =over 4
 
-=item Arguments: (@values | \%cols), \%attrs?
+=item Arguments: @values | \%cols, \%attrs?
 
 =item Return Value: $row_object
 
@@ -617,7 +615,7 @@ is derived.
 
 =over 4
 
-=item Arguments: ($cond, \%attrs?)?
+=item Arguments: $cond, \%attrs??
 
 =item Return Value: $count
 
@@ -1263,6 +1261,8 @@ overview of them:
 
 =item Value: ($order_by | \@order_by)
 
+=back
+
 Which column(s) to order the results by. This is currently passed
 through directly to SQL, so you can give e.g. C<year DESC> for a
 descending order on the column `year'.