The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Class::Accessor::TrackDirty

0.13  2022-09-08 11:53:37 JST
    - A new empty instance is no longer considered clean

0.12  2022-09-07 13:40:40 JST
    - Fixed a bug where is_dirty would return true even if the hash-ref was not
      changed

0.110.1  2022-08-13 19:22:12 JST
    - Fix the version number string

0.11.1  2022-08-13 12:57:29 JST  (DEPRECATED)
    - Fix the POD format (by @iiharu)

0.11  2018-03-04 14:23:47 JST
    - Add . to @INC

0.10  2016-01-05 07:42:57 UTC
    - Fresh empty fields are considered as clean. This is API-breaking change

0.06  2014-08-16 10:57:10 JST
    - Add the method to get names of modified fields (Advised by @bonnu)

0.05  2014-02-03 21:23:18 JST
    - Implement raw() and is_new() methods

0.04  2013-09-17 15:30:00 JST
    - Start using Dist-Milla

0.03 2013-03-29
    - Fix the bug by which to_hash() may break $self again.
      Don't use Class::Accessor::TrackDirty-0.02.

0.02 2013-03-29
    - Fix the bug by which to_hash() may break $self.

0.01 2013-02-22
    - original version; created by dim
      at Sat Feb 16 12:19:36 2013.