The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.03  2003-12-23  DCANTRELL  Added special-case handling for Scalar::Properties
0.04  2003-12-24  DCANTRELL  Applied aef's patch to correctly compare refs to
                             refs to stuff
0.05  2003-12-30  DCANTRELL  Applied mike@very.puzzling.org's patch for
                             comparing compiled regexps
0.06  2004-01-06  DCANTRELL  Added plugins, moved Scalar::Properties support
                             into a plugin (plugins were Jim Cromie's idea)
0.07  2004-01-07  DCANTRELL  Bugfix to avoid loading same plugin more than
                             once.  S::P plugin renamed so it would work with
			     this bugfix.  Clean-up of code.  Fix minor doc-bug
			     in lib/Data/Compare/Plugins.pod.
0.08  2004-01-20  DCANTRELL  Added options, and ignore_hash_keys
0.09  2004-02-23  DCANTRELL  Added deep recursion detection.
0.10  2004-03-13  DCANTRELL  Replaced recursion detection with Rusty Conover's
                             much better implementation.
0.11  2004-06-02  DCANTRELL  Now taint-safe - in taint mode there's no plugins
                             (thanks Gabor Szabo for reporting the bug)
0.12  2004-11-09  DCANTRELL  Fixed recursion detection bug - wasn't decrementing
                             counter properly!  (thanks to Jenda for the bug
                             report)
0.13  2004-11-09  DCANTRELL  Oops, left in some debugging output