Ticket #547 (closed enhancement: fixed)
context sensitive help for perl 5 - "what is $. ?" No help found
| Reported by: | szabgab | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Context Sensitive Help | Version: | 0.45 |
| Keywords: | Cc: |
Description
highlighting $. or $_ and pressing F2 shows me they are in the list on the left hand side but on the right hand side I get "No help found"
Change History
Note: See
TracTickets for help on using
tickets.

Padre's help search uses 'perldoc -v $_' to find help about perl special variables. I am adding a Padre dependency for Pod::Perldoc v0.35 to force an upgrade.