Ticket #475 (closed defect: fixed)
Autocomp throws "Use of uninitialized value" warnings for tag files created by Perl::Tags
| Reported by: | Sewi | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
Padre::Document::Perl::autocomp() expectes that the tagfile parser returns tag objects with a {kind} - value, but it doesn't.
The attached patch eliminates these warnings.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Patch for fixing this bug