1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix typo which causes a POD ERROR
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-10-18
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99574
Bug: https://rt.cpan.org/Ticket/Display.html?id=99574
--- a/lib/PostScript/Simple.pm
+++ b/lib/PostScript/Simple.pm
@@ -1033,7 +1033,7 @@
=item C<setcmykcolour(cyan, magenta, yellow, black)>
Sets the new drawing colour to the CMYK values specified in C<cyan>,
-C<magenta>, C<yellow} and C<black>. The values range from 0 to 1. Note that
+C<magenta>, C<yellow> and C<black>. The values range from 0 to 1. Note that
PostScript::Simple does not do any colour management, so the output colour (as
also with C<setcolour>) may vary according to output device.
|