WithCheksum 2.0
[gitmo/MooseX-Storage.git] / Changes
1 Revision history for MooseX-Storage
2
3 0.02 
4     * MooseX::Storage::Base::WithChecksum
5       - added a simple base role which makes a checksum of 
6         the data structure before packing, and checks the
7         checksum before unpacking.
8         - added tests for this
9
10     * MooseX::Storage::Engine
11       - better error reporting when cycles are found
12       - class names are now stored as the full identifier
13         (<class>-<version>-<authority>) and are checked
14         when they are expanded.
15         - added docs and tests for this
16
17 0.01  Mon. April 30, 2007
18     This was Chris's idea originally (blame him), and 
19     we expanded on it to create what you see here :)
20