Ticket #381 (closed defect: fixed)
syntax check chokes on "use Foo::Bar" defined in the same project
| Reported by: | jquelin | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.36 |
| Keywords: | Cc: |
Description
in a perl dist, there are often more than one module, eg: Foo::Bar and Foo::Bar::Baz
let's say that Foo::Bar is doing:
use Foo::Bar::Baz;
==> syntax check will fail, saying that it doesn't find Foo/Bar/Baz?.pm in @INC
indeed, file is copied in temp location, and validation done on the temp file...
Change History
Note: See
TracTickets for help on using
tickets.

Related to #474