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