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

Version 0.01

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

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.

Module::Build to install.

Games::League::Member->new( index => '15', name => 'Your New Knicks' )
$member->name
Returns the name of the league member, a string that may or may not be unique to the member.
$member->index
Returns the index of the league member, a number unique to the member in the range 0 .. n-1.

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

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.

You can find documentation for this module with the perldoc command.
perldoc Games::League::Member
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-RoundRobin-Schedule

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

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.