Subject: | Implement increment($negactive_index) |
It would be nice if the increment method would support negative numbers
as argument, just like negative subscripts in perl arrays. The very
common (I think) use of Perl::Version
$version->increment($version->components-1)
could then be written
$version->increment(-1)
(and one has to remember a method less).
I can provide a patch for this, if you accept this.
Regards,
Slaven