diff options
-rw-r--r-- | textproc/p5-Convert-ASN1/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/p5-Convert-ASN1/patches/patch-aa b/textproc/p5-Convert-ASN1/patches/patch-aa deleted file mode 100644 index 15ec702b3ff..00000000000 --- a/textproc/p5-Convert-ASN1/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/06/09 14:14:51 kleink Exp $ - ---- lib/Convert/ASN1/Debug.pm Mon May 22 22:48:09 2000 -+++ lib/Convert/ASN1/Debug.pm Fri Jun 9 10:05:52 2000 -@@ -208,7 +208,9 @@ - print STDERR "]"; - if ($op->[cCHILD]) { - print STDERR " ",scalar @{$op->[cCHILD]},"\n"; -- $line = dump_op($_,$indent . " ",$done,$line) for (@{$op->[cCHILD]}); -+ for (@{$op->[cCHILD]}) { -+ $line = dump_op($_,$indent . " ",$done,$line); -+ } - } - else { - print STDERR "\n"; |