add perl 5.22 fix, found lost in a tree

This commit is contained in:
sthen 2016-04-22 11:53:20 +00:00
parent 1880c0f32a
commit bb5590833b

View 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" }} ) {