X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FPK%2FAuto.pm;h=b7ebda70937e8a584712ce3ef9a372e6fec90962;hb=f574b655a8b248eff0c0f6e4459cb66aff44c0a2;hp=24f88107439d7767ee0453541eb571a4dedc5f6a;hpb=772547820db1ef7538e36902bd728c6afc11bde8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/PK/Auto.pm b/lib/DBIx/Class/PK/Auto.pm index 24f8810..b7ebda7 100644 --- a/lib/DBIx/Class/PK/Auto.pm +++ b/lib/DBIx/Class/PK/Auto.pm @@ -5,7 +5,7 @@ use base qw/DBIx::Class/; use strict; use warnings; -=head1 NAME +=head1 NAME DBIx::Class::PK::Auto - Automatic primary key class @@ -21,7 +21,8 @@ keys. __PACKAGE__->load_components(qw/PK::Auto Core/); -Note that C is specified as the leftmost argument. +Note that C is specified as the left of the Core component. +See L for details of component interactions. =head1 LOGIC