https://github.com/mauke/HTML-Blitz/search?l=raku shows that three of my Perl modules are misidentified as "Raku": - https://github.com/mauke/HTML-Blitz/blob/34301669b77ad6640dcabb65ab3b1ff7a860e585/lib/HTML/Blitz/ParseError.pm - https://github.com/mauke/HTML-Blitz/blob/34301669b77ad6640dcabb65ab3b1ff7a860e585/lib/HTML/Blitz/Parser.pm - https://github.com/mauke/HTML-Blitz/blob/34301669b77ad6640dcabb65ab3b1ff7a860e585/lib/HTML/Blitz/Atom.pm I don't understand why. From https://github.com/github/linguist/blob/c1c34e5260797b4d598f5ec76f19723bfc5a1894/lib/linguist/heuristics.yml#L815 it seems like it's looking for lines starting with `use v6`, `module`, `class`, or `my class`. But none of these apply to my files.
https://github.com/mauke/HTML-Blitz/search?l=raku shows that three of my Perl modules are misidentified as "Raku":
I don't understand why. From https://github.com/github/linguist/blob/c1c34e5260797b4d598f5ec76f19723bfc5a1894/lib/linguist/heuristics.yml#L815 it seems like it's looking for lines starting with
use v6,module,class, ormy class. But none of these apply to my files.