The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::Schema::PopulateMore::Test::Schema::Result::FriendList - An example Friends Class;

DESCRIPTION

Probably not the best way to do a friend list relationship.

ATTRIBUTES

This class defines the following attributes.

PACKAGE METHODS

This module defines the following package methods

table

Name of the Physical table in the database

add_columns

Add columns and meta information

fk_person_id

ID of the person with friends

fk_friend_id

Who is the friend?

primary_key

Sets the Primary keys for this table

befriender

The person that 'owns' the friendship (list)

friendee

The actual friend that befriender is listing

METHODS

This module defines the following methods.

AUTHOR

Please see DBIx::Class::Schema::PopulateMore For authorship information

LICENSE

Please see DBIx::Class::Schema::PopulateMore For licensing terms.