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

update_points

SQL update of points that is way faster than player_points action in Admin. DRAWBACK: only tested on MySQL, may be MySQL specfic update. SOLUTION: Find DBIC way of doing it? Use sub-query.

Note: sqlite3 does not like the syntax on this update

Count up how many picks a player has made for each region. Displayed on Player home page.

Count up how many picks a player has made out of the total (63). Displayed on All Players home page.

Count up how many picks a player has made correct so far. Displayed on All Players home page.

Count up how many upset picks a player has made correct so far.

Count up how many picks a player has made in the final 4 (3 total). Displayed on Players home page.

NAME

Bracket::Model::DBIC - Catalyst DBIC Schema Model =head1 SYNOPSIS

See Bracket

DESCRIPTION

Catalyst::Model::DBIC::Schema Model using schema Bracket::Schema::DBIC

AUTHOR

Mateu X Hunter

LICENSE

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

5 POD Errors

The following errors were encountered while parsing the POD:

Around line 71:

Unknown directive: =heads2

Around line 105:

Unknown directive: =heads2

Around line 136:

Unknown directive: =heads2

Around line 173:

Unknown directive: =heads2

Around line 210:

Unknown directive: =heads2