The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Compare::Plugin::Data::Transactional - plugin for Data::Compare to handle Data::Transactional objects.

DESCRIPTION

Enables Data::Compare to Do The Right Thing for Data::Transactional objects.

comparing a Data::Transactional object to another Data::Transactional object

If you compare two Data::Transactional objects, they compare equal if their *current* values are the same. We never look at any checkpoints that may be stored.

comparing a Data::Transactional object to an ordinary array or hash

These will be considered the same if they have the same current contents - again, checkpoints are ignored.

AUTHOR

Copyright (c) 2004 David Cantrell. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Data::Compare

Data::Transactional