Subject: | Broken synopsis |
Hi Gwyn,
Thanks for writing Text::Diff::Parser. I'm using it in a new (and
hopefully very useful) project. Expect to hear from me again. :)
It seems your synopsis is broken. The following line throws an error:
print "Line: ", $change->line( $size );
line is not a method of Text::Diff::Parser::Change, and $size is the
maximum, not the current. I think you mean $change->text( $line ). :)
Shawn