[Bast-commits] r6676 - DBIx-Class-ResultSet-HashRef/1.000/trunk/lib/DBIx/Class/ResultSet

plu at dev.catalyst.perl.org plu at dev.catalyst.perl.org
Sun Jun 14 16:38:59 GMT 2009


Author: plu
Date: 2009-06-14 16:38:59 +0000 (Sun, 14 Jun 2009)
New Revision: 6676

Modified:
   DBIx-Class-ResultSet-HashRef/1.000/trunk/lib/DBIx/Class/ResultSet/HashRef.pm
Log:
Minor POD fix

Modified: DBIx-Class-ResultSet-HashRef/1.000/trunk/lib/DBIx/Class/ResultSet/HashRef.pm
===================================================================
--- DBIx-Class-ResultSet-HashRef/1.000/trunk/lib/DBIx/Class/ResultSet/HashRef.pm	2009-06-14 12:47:45 UTC (rev 6675)
+++ DBIx-Class-ResultSet-HashRef/1.000/trunk/lib/DBIx/Class/ResultSet/HashRef.pm	2009-06-14 16:38:59 UTC (rev 6676)
@@ -86,7 +86,7 @@
 
 =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<DBIx::Class::ResultClass::HashRefInflator>.
+Calls L</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<DBIx::Class::ResultClass::HashRefInflator>.
 
     my $hashref_pk = $schema->resultset('User')->search( { } )->hashref_pk;
     print Dumper $hashref_pk




More information about the Bast-commits mailing list