Objects::Collection::ActiveRecord - Tools for track changes in HASHes.


Objects-Collection documentation  | view source Contained in the Objects-Collection distribution.

Index


NAME

Top

 Objects::Collection::ActiveRecord -  Tools for track changes in HASHes.

SYNOPSIS

Top

 use Objects::Collection::ActiveRecord;

 sub _prepare_record {
    my ( $self, $key, $ref ) = @_;
    my %hash;
    tie %hash, 'Objects::Collection::ActiveRecord', hash => $ref;
    return \%hash;
 }

DESCRIPTION

Top

 Tools for track changes in HASHes.

SEE ALSO

Top

Tie::StdHash

AUTHOR

Top

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Top


Objects-Collection documentation  | view source Contained in the Objects-Collection distribution.