rethink method parameters: options to new(), data to ranges()
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 15 Nov 2009 04:10:42 +0000 (05:10 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 15 Nov 2009 05:06:04 +0000 (06:06 +0100)
With normal usage, calling multiple ranges for the same data seems unlikely.
More useful would be to reuse the same options for different lists, so make
that the object variable.

Tests are a clear exception because the same input is reused often.
Doesn't suffer too much though, as options can now be kept instead.


No differences found