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.
AUTHOR
Johannes Plunien <plu@cpan.org>
+CONTRIBUTORS
+ Robert Bohne <rbo@cpan.org>
+
COPYRIGHT AND LICENSE
Copyright 2008 by Johannes Plunien
use base qw( DBIx::Class::ResultSet );
use DBIx::Class::ResultClass::HashRefInflator;
-our $VERSION = '1.001';
+our $VERSION = '1.002';
=head1 NAME
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