Subject: | IO::Prompt wants "Want" but does not list it as a dependency. |
G'day Damian,
I've been looking at using IO::Prompt for a conference demonstration, and discovered a rather minor bug in the build process.
IO::Prompt uses "Want" at line 186 of IO/Prompt.pm in the 0.99.2 distribution. However, this is not specified as a dependency in the Makefile.PL. As such, the extra module must be installed manually.
Solution: Add "More" to PREREQ_PM in the Makefile.PL.
Cheerio,
Paul