Add POD to new CDBICompat modules so they pass POD coverage.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / AbstractSearch.pm
index f5c8751..948dcd9 100644 (file)
@@ -4,6 +4,20 @@ package # hide form PAUSE
 use strict;
 use warnings;
 
+=head1 NAME
+
+DBIx::Class::CDBICompat::AbstractSearch
+
+=head1 SYNOPSIS
+
+See DBIx::Class::CDBICompat for directions for use.
+
+=head1 DESCRIPTION
+
+Emulates L<Class::DBI::AbstractSearch>.
+
+=cut
+
 # The keys are mostly the same.
 my %cdbi2dbix = (
     limit               => 'rows',