NAME
Games::Chess::Position::Unicode - Chess position with Unicode pieces
SYNOPSIS
use Games::Chess::Position::Unicode;
use feature 'say';
my $p = Games::Chess::Position::Unicode->new;
say $p->to_text;
SEE ALSO
Games::Chess::Position - base class
Games::Chess::Referee - play the game!
AUTHOR
Sergey Romanov, sromanov@cpan.org
.
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Sergey Romanov.
This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.