Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / AbstractSearch.pm
index f5c8751..4192c47 100644 (file)
@@ -4,6 +4,20 @@ package # hide form PAUSE
 use strict;
 use warnings;
 
+=head1 NAME
+
+DBIx::Class::CDBICompat::AbstractSearch - Emulates Class::DBI::AbstractSearch
+
+=head1 SYNOPSIS
+
+See DBIx::Class::CDBICompat for usage directions.
+
+=head1 DESCRIPTION
+
+Emulates L<Class::DBI::AbstractSearch>.
+
+=cut
+
 # The keys are mostly the same.
 my %cdbi2dbix = (
     limit               => 'rows',