summaryrefslogtreecommitdiff
path: root/mail/p5-MailTools/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-29 00:17:03 +0000
committerjlam <jlam>2000-08-29 00:17:03 +0000
commit90ad42f6d181dcaff24e08a16deaadf7d1edebea (patch)
treef9a64fe2c96c7d7e1f879815a70632c808d19802 /mail/p5-MailTools/patches/patch-aa
parent4f7e9ed2d60aac7c1a3272fe976c75230a496a2a (diff)
downloadpkgsrc-90ad42f6d181dcaff24e08a16deaadf7d1edebea.tar.gz
Fix unterminated C<...> macro caught by pod2man.
Diffstat (limited to 'mail/p5-MailTools/patches/patch-aa')
-rw-r--r--mail/p5-MailTools/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/p5-MailTools/patches/patch-aa b/mail/p5-MailTools/patches/patch-aa
new file mode 100644
index 00000000000..afdf1960940
--- /dev/null
+++ b/mail/p5-MailTools/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/08/29 00:17:04 jlam Exp $
+
+--- Mail/Cap.pm.orig Wed Mar 31 12:28:42 1999
++++ Mail/Cap.pm
+@@ -140,7 +140,7 @@
+
+ These methods invoke a suitable progam presenting or manipulating the
+ media object in the specified file. They all return C<1> if a command
+-was found, and C<0> otherwise. You might test C<$?" for the outcome
++was found, and C<0> otherwise. You might test C<$?> for the outcome
+ of the command.
+
+ =cut