_attr method for common argument parsing
authorMischa Poslawsky <mischa@mediadesign.nl>
Fri, 25 Jul 2008 21:19:09 +0000 (23:19 +0200)
committerMischa Poslawsky <mischa@mediadesign.nl>
Fri, 25 Jul 2008 21:31:39 +0000 (23:31 +0200)
Nearly all methods adhere to the same peculiar shorthand of allowing
several optional arguments, but always expecting a trailing hashref to
be attribute options.  For various reasons, this is better abstracted.

The only significant behavioural change is that the first arguments to
input() can now be overridden with option values if undef (which seems
only logical).


No differences found