X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Fgen_pod_authors;h=e814dc529ef7256d262ed5301af63aa177e420ce;hb=83361151a7b2378ce3b7926a69f36d28fd937cb1;hp=5745b2bcef3b06c6f7221d4128f372c0b4b4921f;hpb=f06eb015d1f5a43c9fc6c44e6d0b2f73a5aca1e0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/maint/gen_pod_authors b/maint/gen_pod_authors index 5745b2b..e814dc5 100755 --- a/maint/gen_pod_authors +++ b/maint/gen_pod_authors @@ -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