forgot a comma.
authorJohn Beppu <beppu@lbox.org>
Fri, 23 Feb 2001 13:04:39 +0000 (13:04 -0000)
committerJohn Beppu <beppu@lbox.org>
Fri, 23 Feb 2001 13:04:39 +0000 (13:04 -0000)
docs/autodocifier.pl

index 8e1ab0a74870c60b5ebb1adcb9e050bba49bbeed..1a50cd533af8e1fd422ac70bd4a633a7ee7ded58 100755 (executable)
@@ -47,7 +47,7 @@ sub pod_for_usage {
        $trivial =~s/(?<!\w)(-\w+)/B<$1>/sxg;
 
        my $full = 
-               join("\n"
+               join("\n",
                map { $_ !~ /^\s/ && s/(?<!\w)(-\w+)/B<$1>/g; $_ }
                split("\n", $usage->{full}));
 
@@ -179,4 +179,4 @@ John BEPPU <beppu@lineo.com>
 
 =cut
 
-# $Id: autodocifier.pl,v 1.4 2001/02/23 03:12:45 beppu Exp $
+# $Id: autodocifier.pl,v 1.5 2001/02/23 13:04:39 beppu Exp $