X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQL%2FOrderBy.pm;h=12d9129964db7c471a310af48c21327e508cb886;hb=34d52be2d55c86c6eddd2317157db7f2accbe810;hp=e64123b4339951de691f71147e231d89b3b6dfd0;hpb=451517e7031ac72038f54a9750fac60dab0a4b3c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/SQL/OrderBy.pm b/lib/DBIx/Class/SQL/OrderBy.pm index e64123b..12d9129 100644 --- a/lib/DBIx/Class/SQL/OrderBy.pm +++ b/lib/DBIx/Class/SQL/OrderBy.pm @@ -17,3 +17,26 @@ sub _cond_resolve { } 1; + +=head1 NAME + +DBIx::Class::SQL::OrderBy - Implements sorting for DBIC's SQL backend + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +This class implements the order_by attribute to L's search +builder. + +=cut + +=head1 AUTHORS + +Matt S. Trout + +=head1 LICENSE + +You may distribute this code under the same terms as Perl itself. + +=cut