use PrefVote::STV;
%vote_params = ( "name" => "value", ... );
$vote = new PrefVote::STV \%vote_params;
Single Transferable Vote (STV) method on Wikipedia https://en.wikipedia.org/wiki/Single_transferable_vote
PrefVote on GitHub https://github.com/ikluft/prefvote
Please report bugs via GitHub at https://github.com/ikluft/prefvote/issues
Patches and enhancements may be submitted via a pull request at https://github.com/ikluft/prefvote/pulls