Changes for version 0.10 - 2010-04-20
- I marked this a semi-major change (v0.03 => v0.10) because of the amount of added functionality. It's like a major minor release =)
- Enhancements:
- overloaded @{} so sets can be interpreted as array refs.
- full array support for splice, push, pop, shift, unshift, etc.
- decided that using the set as an array forces is_ordered to true (because an unordered array is just a set =)
- overloaded "" so sets can be interpreted as strings.
- overloaded bool so sets can be interpreted in boolean context.
- added methods: first, last
- generally optimized some of the searching and reporting for speed.
- added test cases for the new functionality (I think there are some gaps, but I'm sure I'll come across them and fix them eventually.
- overloaded @{} so sets can be interpreted as array refs.
- Bug Fixes:
- ->size was ignoring is_unique, it's not now.
- ->elements was not always taking is_unique into account properly.
- fixed an issue that caused test cases not to get uploaded to cpan properly!
- fixed some issues that caused some tests to provide false positives on broken code.
Modules
searchable, orderable, flexible sets of (almost) anything.
Provides
in lib/Set/Toolkit.pm