Prepared 1.002
Johannes Plunien [Sun, 14 Jun 2009 12:47:45 +0000 (12:47 +0000)]
Changes
README
lib/DBIx/Class/ResultSet/HashRef.pm

diff --git a/Changes b/Changes
index 093aa57..81a552b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for DBIx-Class-ResultSet-HashRef
 
+1.002  Sun Jun 14 2009
+       New method: hashref_pk
+       Calls hashref_array and returns a reference to a hash
+       containing the primary key (rbo)
+
 1.001  Fri Dec 05 2008
        Changed tests to use SQLite in memory instead of temp file.
 
diff --git a/README b/README
index e7d80b7..6473e7e 100644 (file)
--- a/README
+++ b/README
@@ -62,6 +62,9 @@ METHODS
 AUTHOR
     Johannes Plunien <plu@cpan.org>
 
+CONTRIBUTORS
+    Robert Bohne <rbo@cpan.org>
+
 COPYRIGHT AND LICENSE
     Copyright 2008 by Johannes Plunien
 
index 0f26f48..427ab01 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 use base qw( DBIx::Class::ResultSet );
 use DBIx::Class::ResultClass::HashRefInflator;
 
-our $VERSION = '1.001';
+our $VERSION = '1.002';
 
 =head1 NAME
 
@@ -108,6 +108,10 @@ sub hashref_pk{
 
 Johannes Plunien E<lt>plu@cpan.orgE<gt>
 
+=head1 CONTRIBUTORS
+
+Robert Bohne E<lt>rbo@cpan.orgE<gt>
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2008 by Johannes Plunien