Ticket #1206 (closed defect: fixed)
Package 'main' lost in outline if followed by another package
| Reported by: | whumann | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Outline | Version: | 0.84 |
| Keywords: | Cc: |
Description
Example code:
sub foo{}
package umpf;
sub bar {}
In the Outline, this should report foo() in package 'main' and bar() in package 'umpf'. Instead, both are reported to be in package 'umpf'.
Change History
Note: See
TracTickets for help on using
tickets.

Appears to be fixed