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

NAME

Games::League::Member - Objects which Games::Tournament::RoundRobin can pair

VERSION

Version 0.01

SYNOPSIS

    my $foo = Games::League::Member->new( index => '15', name => 'Your New Knicks' );
    ...

DESCRIPTION

Games::Tournament::RoundRobin supports objects which have an index and a name method accessor, like this members of this class, Games::League::Member.

Games::Tournament::RoundRobin will use this class when constructing a Bye member if the application does not supply one.

REQUIREMENTS

Module::Build to install.

METHODS

new

        Games::League::Member->new( index => '15', name => 'Your New Knicks' )

name

        $member->name

Returns the name of the league member, a string that may or may not be unique to the member.

index

        $member->index

Returns the index of the league member, a number unique to the member in the range 0 .. n-1.

AUTHOR

Dr Bean, <lang at ms.chinmin.edu.tw>

BUGS

Please report any bugs or feature requests to bug-league-member at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-RoundRobin-Schedule. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Games::League::Member

You can also look for information at:

ACKNOWLEDGEMENTS

Thanks to the perl community for (0;$every;1) { $stacks .= $i; }

COPYRIGHT & LICENSE

Copyright 2006 Dr Bean, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.