diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-01-24 10:58:02 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-01-24 10:58:02 +0000 |
commit | e93b8687b81a6a1cb4598a19cebbaf05cb5a6e0a (patch) | |
tree | 919e09729b40ad690880f23d545d0e70f6f256fd | |
parent | cache attributes per class, makes thinks faster (diff) | |
download | data-multivalued-330bcf88ad353961f11e8088d6f20346dbc0272f.tar.gz data-multivalued-330bcf88ad353961f11e8088d6f20346dbc0272f.tar.bz2 data-multivalued-330bcf88ad353961f11e8088d6f20346dbc0272f.zip |
changelogv0.0.1_5-dzilla
-rw-r--r-- | Changes | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ Revision history for Data::MultiValued {{$NEXT}} + - avoid using MooseX::Types disjoint types to validate args, they + leak type objects + - caching of class attributes, experimental and probably broken (no + cache invalidation!) 0.0.1_4 2011-12-20 10:02:30 Europe/London - don't use Throwable::Error, we don't need stack traces, and they |