added contribs
luke [Tue, 26 May 2009 16:42:28 +0000 (16:42 +0000)]
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;