#489 closed defect (fixed)
dist-zilla projects not taken into account
Reported by: | jquelin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Project Browser | Version: | 0.43 |
Keywords: | Cc: |
Description
padre recognizes projects using Makefile.PL / Build.PL.
however, dist-zilla based projects are not recognized, and thus @INC is not updated correctly for online syntax checking...
to recognize a dist-zilla based project, just look for a dist.ini file instead of *.PL, this will give you the project root.
i already included some code within padre for this, however since i have not followed much of the project support, i guess i forgot to do something in order to have full support...
Change History (2)
comment:1 Changed 10 years ago by jquelin
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by szabgab
- Component changed from editor to Project Browser
Note: See
TracTickets for help on using
tickets.
fixed in r10100