Ticket #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
Note: See
TracTickets for help on using
tickets.

fixed in r10100