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.18 by elmex, Thu Jul 24 08:39:21 2008 UTC vs.
Revision 1.19 by root, Mon Jul 28 08:49:30 2008 UTC

36 36
37use Carp; 37use Carp;
38 38
39use base Exporter::; 39use base Exporter::;
40 40
41our $VERSION = 0.1; 41our $VERSION = '1.0';
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