Message-Id: <
200204011911.OAA06024@mailhub1.stratus.com>
p4raw-id: //depot/perl@15665
/ ) {
next unless defined $self->{$tmp};
+# VOS pathnames can have sharp signs in them; escape them so
+# make doesn't think it is a comment-start character.
+ if ($Is_VOS) {$self->{$tmp} =~ s/#/\\#/g};
push @m, "$tmp = $self->{$tmp}\n";
}