add perl 5.22 fix, found lost in a tree
This commit is contained in:
parent
1880c0f32a
commit
bb5590833b
12
x11/kde/bindings3/patches/patch-kalyptus_kdocAstUtil_pm
Normal file
12
x11/kde/bindings3/patches/patch-kalyptus_kdocAstUtil_pm
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-kalyptus_kdocAstUtil_pm,v 1.1 2016/04/22 11:53:20 sthen Exp $
|
||||
--- kalyptus/kdocAstUtil.pm.orig Fri Apr 15 02:18:50 2016
|
||||
+++ kalyptus/kdocAstUtil.pm Fri Apr 15 02:19:24 2016
|
||||
@@ -674,7 +674,7 @@ sub dumpAst
|
||||
dumpAst( $kid );
|
||||
}
|
||||
|
||||
- print "\t" x $depth, "Documentation nodes:\n" if defined
|
||||
+ print "\t" x $depth, "Documentation nodes:\n" if
|
||||
@{ $node->{Doc}->{ "Text" }};
|
||||
|
||||
foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {
|
Loading…
x
Reference in New Issue
Block a user