Now the perl_syntax tool detects if perl files (.pl) are perl5 or perl6.

This commit is contained in:
Andrew Hamilton 2016-02-13 00:01:48 +00:00
parent d2fea070c4
commit cc95534bd7
5 changed files with 255 additions and 4 deletions

3
TODO
View file

@ -9,7 +9,6 @@ Todo
Todo (tool related)
- Report on python doctests. (also coverage of)
- Cache tools._python_version.
- Determine if perl files are perl5 or perl6.
- Add bandit tool for python.
@ -160,6 +159,8 @@ Done
- Boilerplate: Readme, usage
- Test the tools.
<- All the existing tools now have basic tests.
- Determine if perl files are perl5 or perl6.
<- At least done by perl_syntax.
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
A B C D E F G H