added contribs
[dbsrgits/DBIx-Class-ResultSet-WithMetaData.git] / lib / DBIx / Class / ResultSet / WithMetaData.pm
index ce7be9b..d3cf119 100644 (file)
@@ -216,4 +216,18 @@ method _mk_id (HashRef :$row) {
   return join('-', map { $row->{$_} } @{$self->id_cols});
 }
 
+=head1 AUTHOR
+
+  Luke Saunders <luke.saunders@gmail.com>
+
+=head1 THANKS
+
+As usual, thanks to Matt S Trout for the sanity check.
+
+=head1 LICENSE
+
+  This library is free software under the same license as perl itself
+
+=cut
+
 1;