From: Johannes Plunien Date: Sun, 14 Jun 2009 12:47:45 +0000 (+0000) Subject: Prepared 1.002 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-ResultSet-HashRef.git;a=commitdiff_plain;h=c4d22621583f7a6f49a7dff4a608cf3f275c2a62 Prepared 1.002 --- diff --git a/Changes b/Changes index 093aa57..81a552b 100644 --- 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 --- a/README +++ b/README @@ -62,6 +62,9 @@ METHODS AUTHOR Johannes Plunien +CONTRIBUTORS + Robert Bohne + COPYRIGHT AND LICENSE Copyright 2008 by Johannes Plunien diff --git a/lib/DBIx/Class/ResultSet/HashRef.pm b/lib/DBIx/Class/ResultSet/HashRef.pm index 0f26f48..427ab01 100644 --- a/lib/DBIx/Class/ResultSet/HashRef.pm +++ b/lib/DBIx/Class/ResultSet/HashRef.pm @@ -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 Eplu@cpan.orgE +=head1 CONTRIBUTORS + +Robert Bohne Erbo@cpan.orgE + =head1 COPYRIGHT AND LICENSE Copyright 2008 by Johannes Plunien