From: Johannes Plunien Date: Sun, 14 Jun 2009 16:38:59 +0000 (+0000) Subject: Minor POD fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0ccd57180bfe41680a0ac276910b98aca89d2d6;hp=c4d22621583f7a6f49a7dff4a608cf3f275c2a62;p=dbsrgits%2FDBIx-Class-ResultSet-HashRef.git Minor POD fix --- diff --git a/lib/DBIx/Class/ResultSet/HashRef.pm b/lib/DBIx/Class/ResultSet/HashRef.pm index 427ab01..c49fd1e 100644 --- a/lib/DBIx/Class/ResultSet/HashRef.pm +++ b/lib/DBIx/Class/ResultSet/HashRef.pm @@ -86,7 +86,7 @@ sub hashref_first { =head2 hashref_pk( ) -Calls hashref_array and returns a reference to a hash containing the primary key. For each key the corresponding value is a reference to a hash of the resultset inflated by L. +Calls L and returns a reference to a hash containing the primary key. For each key the corresponding value is a reference to a hash of the resultset inflated by L. my $hashref_pk = $schema->resultset('User')->search( { } )->hashref_pk; print Dumper $hashref_pk