ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SGF-Grove/Grove.pm
(Generate patch)

Comparing Games-Go-SGF-Grove/Grove.pm (file contents):
Revision 1.20 by elmex, Mon Jul 28 12:53:04 2008 UTC vs.
Revision 1.21 by root, Tue Jul 29 09:55:45 2008 UTC

36 36
37use Carp; 37use Carp;
38 38
39use base Exporter::; 39use base Exporter::;
40 40
41our $VERSION = '1.0'; 41our $VERSION = '1.01';
42our @EXPORT = qw(load_sgf save_sgf encode_sgf decode_sgf); 42our @EXPORT = qw(load_sgf save_sgf encode_sgf decode_sgf);
43 43
44=item $game = load_sgf $path 44=item $game = load_sgf $path
45 45
46Tries to read the file given by C<$path> and parses it as an SGF file, 46Tries to read the file given by C<$path> and parses it as an SGF file,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines