cgag / loc

Count lines of code quickly.
MIT License
2.31k stars 126 forks source link

Fix Perl identification #49

Closed strangelittlemonkey closed 7 years ago

strangelittlemonkey commented 7 years ago

Perl scripts are usually .pl, but Perl modules are usually .pm. This just lets loc also know that .pm is also Perl. Tested on my system and it worked.

cgag commented 7 years ago

good catch, thanks