Preserve space after <nick>: in the AUTHORS section of DBIx/Class.pod
Dagfinn Ilmari Mannsåker [Tue, 6 Jan 2015 19:24:05 +0000 (19:24 +0000)]
maint/gen_pod_authors

index 5745b2b..e814dc5 100755 (executable)
@@ -10,7 +10,7 @@ my @known_authors = do {
   map { chomp; ( ( ! $_ or $_ =~ /^\s*\#/ ) ? () : $_ ) } <$fh>;
 } or die "Known AUTHORS file seems empty... can't happen...";
 
-$_ =~ s!^ ( [^\:]+ ) : \s !B<$1>:!x
+$_ =~ s!^ ( [^\:]+ ) : \s !B<$1>: !x
   for @known_authors;
 
 $_ =~ s!( \b https? :// [^\s\>]+ )!L<$1|$1>!x