C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Data-KeyDiff\blib/lib/Data/KeyDiff/Element.pm


DESCRIPTION

An element from a set


METHODS

$element->key

The key of the item

$element->value

The prepared value of the item, if a prepare method was given (otherwise, this is just the original item)

$element->rank

The rank of the item in the set

$element->position

The position of the item in the set

$element->item

The original, unmodified item from the set

$element->in_before

Indicates that the item is from the before set

$element->in_after

Indicates that the item is from the after set

$element->is_new

Indicates that the item is new