2 * Trollop::options now passes any arguments as block arguments. Since
3 instance variables are not properly captured by the block, this
4 makes it slightly less noisy to pass them in as local variables.
5 (A real-life use for _why's cloaker!)
6 * Help display now preserves original argument order.
7 * Trollop::die now also has a single string form in case death is not
8 due to a single argument.
9 * Parser#text now an alias for Parser#banner, and can be called
10 multiple times, with the output being placed in the right position
12 * Slightly more indicative formatting for parameterized arguments.