]> Dogcows Code - chaz/git-codeowners/blobdiff - lib/App/Codeowners.pm
remove emoji from CODEOWNERS template
[chaz/git-codeowners] / lib / App / Codeowners.pm
index 8a83a68496a7c7281ad28672426970551d6df139..3ab012d137fa72cc7fcaa60851a9eb3661d282c3 100644 (file)
@@ -184,7 +184,7 @@ sub _command_update {
         my $template = <<'END';
  This file shows mappings between subdirs/files and the individuals and
  teams who own them. You can read this file yourself or use tools to query it,
- so you can quickly determine who to speak with or send pull requests to. ❤️
+ so you can quickly determine who to speak with or send pull requests to.
 
  Simply write a gitignore pattern followed by one or more names/emails/groups.
  Examples:
@@ -212,3 +212,12 @@ END
 }
 
 1;
+__END__
+
+=head1 DESCRIPTION
+
+This is the implementation of the F<git-codeowners> command.
+
+See L<git-codeowners> for documentation.
+
+=cut
This page took 0.021724 seconds and 4 git commands to generate.