Subject: | coderef prompt type (s:sub) |
When trying to use the "s" prompt type, get invalid prompt type error.
In Prompt.pm:
2 "c"'s are listed in the if/elsif/else structure of the prompt sub.
One should be "s".
Prompt.pm Line 82, character 24 Change "c" to "s"