Skip Menu |

This queue is for tickets about the PostScript-File CPAN distribution.

Report information
The Basics
Id: 25786
Status: resolved
Priority: 0/
Queue: PostScript-File

People
Owner: cjm [...] cpan.org
Requestors: cjm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.01
Fixed in: 1.04



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 "=".
Now that I'm the maintainer, I plan to change add_comment to append to any existing comments in a future release.