File: pod-syntax.patch

package info (click to toggle)
libpostscript-simple-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 316 kB
  • ctags: 99
  • sloc: perl: 2,487; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (3)
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.