Boldly take the author nicknames bold
[dbsrgits/DBIx-Class.git] / maint / gen_pod_authors
index 0bfa32c..5745b2b 100755 (executable)
@@ -10,6 +10,9 @@ my @known_authors = do {
   map { chomp; ( ( ! $_ or $_ =~ /^\s*\#/ ) ? () : $_ ) } <$fh>;
 } or die "Known AUTHORS file seems empty... can't happen...";
 
+$_ =~ s!^ ( [^\:]+ ) : \s !B<$1>:!x
+  for @known_authors;
+
 $_ =~ s!( \b https? :// [^\s\>]+ )!L<$1|$1>!x
   for @known_authors;