summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-30 13:02:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-30 13:02:16 +0000
commit411ffa31c205d5c796ef9be6e7dd1f8046df40e0 (patch)
tree5a254ca04e41c210a361fb6dc338d93bf9956a62 /autodoc.pl
parent48ba4dbfa7a6d64376f8d0c3aa371bb3569a986b (diff)
downloadperl-411ffa31c205d5c796ef9be6e7dd1f8046df40e0.tar.gz
Protection against trailing spaces in embed.fnc
p4raw-id: //depot/perl@23568
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 5e7b3c289d..c10640835d 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -45,6 +45,7 @@ sub walk_table (&@) {
$_ .= <IN>;
chomp;
}
+ s/\s+$//;
my @args;
if (/^\s*(#|$)/) {
@args = $_;