Subject: | PostScript::File's add_comment overwrites previous comment |
The documentation for PostScript::File suggests that add_comment can be
called multiple times to add multiple comments. But in fact, each call
to add_comment overwrites any previous comment.
I think add_comment should have used ".=" instead of "=".