Now the perl_syntax tool detects if perl files (.pl) are perl5 or perl6.
This commit is contained in:
parent
d2fea070c4
commit
cc95534bd7
5 changed files with 255 additions and 4 deletions
3
TODO
3
TODO
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue