Ticket #651 (new enhancement)
remove or factor out the @index listing from Padre::HelpProvider::Perl
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Context Sensitive Help | Version: | 0.47 |
| Keywords: | Cc: |
Description
I think the hard-coded list of all the keywords is not the maintainable way to go so probably that list should be read from somewhere.
Change History
Note: See
TracTickets for help on using
tickets.

Also there is a strange hash called Type that is not declared but probably imported from Pod::Functions. If that is really needed than we better write
for the sanity of the next reader.