Revision history for Perl extension List::Compare.
0.04 Sat Jun 8 2002
- last draft version before using h2xs
0.05 Sun Jun 9 2002
- original version; created by h2xs 1.20 with options
-XA -n List::Compare
0.06 Wed Jun 12 2002
- documentation changes; POD broke
0.07 Thu Jun 13 2002
- documentation changes
0.08 Sat Jun 15 2002
- added method get_version()
- used non-idiomatic syntax for 'foreach' in hope of making module more backwardly compatible
- to free up memory, zeroed out %seenA and %seenB when no longer needed
- added method get_bag()
- inspired by Set::Scalar, used typeglob syntax to implement aliases for methods
- revised POD extensively
0.09 Sun Jun 16 2002
- added tests to test get_bag()
- implemented Carp module for warnings
0.10 Wed Jun 19 2002
- corrected one typo in documentation
- commented out # require 5.00562 and use warnings
- first version uploaded to CPAN
0.11 Thu Jun 20 2002
- corrected errors in POD that caused HTML to display incorrectly
0.12 Sat Jul 13 2002
- major expansion
- capability to accelerate processing of comparisons of 2 lists
when only 1 comparison method is expected to be called
- capability to compare more than 2 lists at a time
- introduction of methods including:
get_shared()
get_nonintersection()
print_subset_map()
print_equivalence_map()
- not released to CPAN due to errors in README and Changes
0.13 Sat Aug 03 2002
- corrected documentation errors found in v0.12
- released to CPAN
0.14 Sun Aug 18 2002
- commented out 'use warnings;' to permit module to run on pre-5.6 versions
- corrected one error in POD
- removed e-mail addresses of authors of other modules from POD
0.15 Sat Sep 07 2002
- conformed CPAN addresses of other modules to new structure of search.cpan.org
0.16 Sat Mar 08 2003
- for each method which returned an array, added an analogous method which
returns a reference to that array
0.17 Thu May 22 2003
- eliminated certain synthetic variables
- created List::Compare::SeenHash