2 * Wrap at (screen width - 1) instead of screen width.
3 * User can override --help and --version.
4 * Bugfix in handling of -v and -h.
5 * More tests to confirm the above.
8 * Minor documentation tweaks.
9 * Removed hoe dependency.
12 * Trollop::options now passes any arguments as block arguments. Since
13 instance variables are not properly captured by the block, this
14 makes it slightly less noisy to pass them in as local variables.
15 (A real-life use for _why's cloaker!)
16 * Help display now preserves original argument order.
17 * Trollop::die now also has a single string form in case death is not
18 due to a single argument.
19 * Parser#text now an alias for Parser#banner, and can be called
20 multiple times, with the output being placed in the right position
22 * Slightly more indicative formatting for parameterized arguments.