Silly GitHub, Perl6 is not a real language :trollface:
Sebastian Riedel [Tue, 26 Apr 2016 22:04:38 +0000 (00:04 +0200)]
Port of https://github.com/kraih/mojo/commit/19cdf772
Before this clarification the project listed as 7% Perl6 code >.<

The explicit listing is needed, as there apparently won't be a fix
within Github itself any time soon:
https://github.com/github/linguist/issues/2149#issuecomment-108954064
https://github.com/github/linguist/issues/2781#issuecomment-167095903
https://github.com/github/linguist/issues/2074#issue-56431157

Language names sourced from:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml

.gitattributes
AUTHORS

index db6df22..e72001e 100644 (file)
@@ -1,15 +1,15 @@
-*.pm        eol=lf
-*.t         eol=lf
-*.pod       eol=lf
-*.pod.proto eol=lf
-*.pl        eol=lf
-*.PL        eol=lf
-*.bash      eol=lf
-*.json      eol=lf
-*.yml       eol=lf
-*.sql       eol=lf
+*.pm        eol=lf linguist-language=Perl
+*.t         eol=lf linguist-language=Perl
+*.pod       eol=lf linguist-language=Pod
+*.pod.proto eol=lf linguist-language=Pod
+*.pl        eol=lf linguist-language=Perl
+*.PL        eol=lf linguist-language=Perl
+*.bash      eol=lf linguist-language=Shell
+*.json      eol=lf linguist-language=JSON
+*.yml       eol=lf linguist-language=YAML
+*.sql       eol=lf linguist-language=SQL
 /*          eol=lf
-/script/*   eol=lf
+/script/*   eol=lf linguist-language=Perl
 /maint/*    eol=lf
 
 *         text=auto
diff --git a/AUTHORS b/AUTHORS
index f4f97f1..3fbf27a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -195,6 +195,7 @@ solomon: Jared Johnson <jaredj@nmgi.com>
 spb: Stephen Bennett <stephen@freenode.net>
 Squeeks <squeek@cpan.org>
 srezic: Slaven Rezic <slaven@rezic.de>
+sri: Sebastian Riedel <sri@cpan.org>
 sszabo: Stephan Szabo <sszabo@bigpanda.com>
 Stephen Peters <steve@stephenpeters.me>
 stonecolddevin: Devin Austin <dhoss@cpan.org>